From 29c39e61ea996b616dcd5e4893e9dc4889d2e1b6 Mon Sep 17 00:00:00 2001 From: Ganesh23105 Date: Thu, 21 Aug 2025 22:55:45 +0530 Subject: [PATCH] docs(CONTRIBUTING): fix typo, remove duplicate bullet, and clarify PR instruction --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c86a864..f22afdf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ It outlines the recommended order for executing tasks and assumes that you have _Please note that the list in this repository is intended for more substantial projects, and we kindly ask that small personal projects not be added in the hope of receiving contributions. Thank you for your understanding._ -## Intitial Checks +## Initial Checks - **Search for Duplicates**: Check the current list and previous pull requests to avoid submitting duplicates. @@ -33,8 +33,7 @@ The easiest way to contribute is by editing the `data.json` file directly in you - **Direct Links**: Links must point directly to the repository. No tracking links are allowed. This list is not for advertising purposes. - **Spelling and Grammar**: Proofread your contribution for spelling and grammar errors. - **Trailing Whitespace**: Ensure to avoiding adding any trailing whitespace (at the end of lines). - - **Spelling and Grammar**: Proofread your contribution for spelling and grammar errors. - - **Single addition**: Make an individual pull request for each suggestion. + - **Single addition**: Submit one pull request per repository suggestion. - **New Technologies**: New technologies are welcomed, all you need to do is add them and a new heading will be generated for them. 4. Describe your changes concisely in the commit message. 5. Click **"Propose changes"** to create a new branch and open a Pull Request (PR).