From 53ffce2c2668419729b9ac35682f8e8df2641a4f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 4 Apr 2026 01:15:10 +0100 Subject: [PATCH] Fix grammar and spelling in CONTRIBUTING.md Co-authored-by: Misrilal Sah --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c86a864..a8c7acf 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. @@ -43,7 +43,7 @@ The easiest way to contribute is by editing the `data.json` file directly in you ### 2. **Submitting a Pull Request (PR)** 1. After proposing changes, GitHub will guide you through creating a PR. 2. Fill out the PR form, ensuring its content (especially the title) is understandable, descriptive and relevant. -3. If your suggest repository uses a non-obvious beginner-friendly issue label, ensure to link to confirmation or proof that the label is beginner friendly. +3. If your suggested repository uses a non-obvious beginner-friendly issue label, link confirmation or proof that the label is beginner-friendly. 4. Submit the PR and wait for feedback from the maintainers. ---