From 486cb14e588aa0555bd584db24dbb8b407cd3de6 Mon Sep 17 00:00:00 2001 From: Nishant Sapkota Date: Sun, 29 Oct 2023 21:41:02 +0545 Subject: [PATCH] chore: update `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index feb2a52..c06e694 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,7 @@ The file will be in `.json` and the format of the data will be as follows _(Extr "companies": [ { "name": "Awesome Company", + "logoName": "awesomecompany.png", "establishedAt": 1667465928, "location": "Fully remote", "website": "https://anawesomewebsite.com", @@ -32,5 +33,6 @@ The file will be in `.json` and the format of the data will be as follows _(Extr - Use conventional commits whenever possible. - Please check the correctness of data before contributing. - Don't diverge from the format you're provided with. +- The logo for the company should be `128x128` in size. _If you encounter any issues feel free to open an issue or ping us in the [Discord Server](http://discord.gg/7jwZaa8WDr)._