From 460879c1d59b36ebee24293296a8c1f9e47682e3 Mon Sep 17 00:00:00 2001 From: Esther White Date: Thu, 11 Jul 2024 08:44:27 +0300 Subject: [PATCH 1/2] contributing md tiny update --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ab78e4..5d7bf18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,6 +129,8 @@ If the issue you are working on is an approved request for adding a new project 3. Ensure the project details are correctly formatted and include all necessary information as per the existing entries. +* Please keep project title's minimal around 15 characters so it doesn't spill on the next line, usually there is no need for that and there is already a tooltip that chows the full developer's name + 4. If some data is missing, collect the data before submitting the PR. PRs for projects with missing data will not be accepted. 5. Double-check that the JSON syntax is correct to avoid breaking the data structure. From 1b51c57a1e98d3543930ff6ee8fbff368449f003 Mon Sep 17 00:00:00 2001 From: Esther White Date: Thu, 11 Jul 2024 08:45:58 +0300 Subject: [PATCH 2/2] typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d7bf18..2320c0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,7 +129,7 @@ If the issue you are working on is an approved request for adding a new project 3. Ensure the project details are correctly formatted and include all necessary information as per the existing entries. -* Please keep project title's minimal around 15 characters so it doesn't spill on the next line, usually there is no need for that and there is already a tooltip that chows the full developer's name +* Please keep project title's minimal around 15 characters so it doesn't spill on the next line, usually there is no need for that and there is already a tooltip that shows the full developer's name 4. If some data is missing, collect the data before submitting the PR. PRs for projects with missing data will not be accepted.