Skip to content

docs: fix grammar in CONTRIBUTING.md#370

Open
singhankit001 wants to merge 1 commit intokkrishguptaa:mainfrom
singhankit001:docs/fix-contributing-grammar
Open

docs: fix grammar in CONTRIBUTING.md#370
singhankit001 wants to merge 1 commit intokkrishguptaa:mainfrom
singhankit001:docs/fix-contributing-grammar

Conversation

@singhankit001
Copy link
Copy Markdown

@singhankit001 singhankit001 commented Mar 30, 2026

Changed 'adds' to 'add' for correct subject-verb agreement.

Summary by CodeRabbit

  • Documentation
    • Corrected grammar in contribution guidelines to improve clarity and consistency.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 30, 2026

📝 Walkthrough

Walkthrough

A single grammar correction was made to CONTRIBUTING.md, changing "adds a comment" to "add a comment" in instructional text describing actions for handling similar enhancement issues.

Changes

Cohort / File(s) Summary
Documentation Grammar Fix
CONTRIBUTING.md
Corrected imperative verb form from "adds a comment" to "add a comment" in contributor guidelines.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐰 A comma here, a verb form there,
Grammar polish with loving care,
Words dance right in the guide so fair,
Contributors smile—instruction's rare! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a grammar fix in CONTRIBUTING.md. It is concise, clear, and directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
CONTRIBUTING.md (1)

26-26: ⚠️ Potential issue | 🟡 Minor

Fix incorrect fork link in contribution instructions.

The fork link on line 26 points to https://github.com/krshoss/gardevoir/fork instead of the correct repository. This will cause contributors to fork the wrong project.

Fix
-**1.** Fork the repository. Click on the [![Fork this repo](https://img.icons8.com/fluency/30/000000/code-fork.png)](https://github.com/krshoss/gardevoir/fork) symbol at the top right corner.
+**1.** Fork the repository. Click on the [![Fork this repo](https://img.icons8.com/fluency/30/000000/code-fork.png)](https://github.com/kkrishguptaa/reseter.css/fork) symbol at the top right corner.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CONTRIBUTING.md` at line 26, Replace the incorrect hard-coded fork URL in the
Markdown line starting with "**1.** Fork the repository. Click on the [![Fork
this repo]..." so the link points to this repository's actual GitHub fork URL
(i.e., update the href inside the parentheses to the correct
https://github.com/<correct-owner>/<correct-repo>/fork), verify the badge image
remains unchanged, and test the link to ensure it opens the repository's fork
page.
🧹 Nitpick comments (1)
CONTRIBUTING.md (1)

7-7: Consider clarifying the opening phrase.

"Since the new GitHub Issue forms" is grammatically incomplete. Consider rewording for clarity.

✍️ Suggested improvements
-Since the new GitHub Issue forms, we only suggest you include the most information possible. But you can also **Perform a [cursory search](../../../issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
+With the new GitHub Issue forms, we suggest you include as much information as possible. You should also **perform a [cursory search](../../../issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CONTRIBUTING.md` at line 7, The opening phrase "Since the new GitHub Issue
forms" is grammatically incomplete; update the sentence in CONTRIBUTING.md to
use a complete clause such as "With the introduction of the new GitHub Issue
forms, we recommend that you include as much information as possible." Replace
the fragment at the start of the sentence and ensure the rest of the sentence
flows grammatically (e.g., keep the suggestion to perform a cursory search and
the instruction to comment on existing issues).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CONTRIBUTING.md`:
- Line 5: Standardize spelling in the CONTRIBUTING text by replacing the British
"behaviour" in the sentence "This section guides you through submitting a bug
report. Following these guidelines helps maintainers and the community
understand your report 📝, reproduce the behaviour 💻 💻, and find related
reports. 🔎" with the American "behavior" so the document consistently uses
American English (matches other occurrences of "behavior"); update any other
instances if present.

---

Outside diff comments:
In `@CONTRIBUTING.md`:
- Line 26: Replace the incorrect hard-coded fork URL in the Markdown line
starting with "**1.** Fork the repository. Click on the [![Fork this repo]..."
so the link points to this repository's actual GitHub fork URL (i.e., update the
href inside the parentheses to the correct
https://github.com/<correct-owner>/<correct-repo>/fork), verify the badge image
remains unchanged, and test the link to ensure it opens the repository's fork
page.

---

Nitpick comments:
In `@CONTRIBUTING.md`:
- Line 7: The opening phrase "Since the new GitHub Issue forms" is grammatically
incomplete; update the sentence in CONTRIBUTING.md to use a complete clause such
as "With the introduction of the new GitHub Issue forms, we recommend that you
include as much information as possible." Replace the fragment at the start of
the sentence and ensure the rest of the sentence flows grammatically (e.g., keep
the suggestion to perform a cursory search and the instruction to comment on
existing issues).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6d7479e4-28bc-4ba5-beda-6deadd75cc0e

📥 Commits

Reviewing files that changed from the base of the PR and between 057a9b1 and 7f0987d.

📒 Files selected for processing (1)
  • CONTRIBUTING.md

@@ -4,7 +4,7 @@

This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behaviour 💻 💻, and find related reports. 🔎
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Inconsistent spelling: "behaviour" vs "behavior".

Line 5 uses British spelling ("behaviour"), while lines 20–21 use American spelling ("behavior"). Documentation should maintain consistent spelling throughout. Consider standardizing to American English, which is more common in technical documentation.

📝 Proposed fix for consistency
-This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behaviour 💻 💻, and find related reports. 🔎
+This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻 💻, and find related reports. 🔎
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behaviour 💻 💻, and find related reports. 🔎
This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻 💻, and find related reports. 🔎
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CONTRIBUTING.md` at line 5, Standardize spelling in the CONTRIBUTING text by
replacing the British "behaviour" in the sentence "This section guides you
through submitting a bug report. Following these guidelines helps maintainers
and the community understand your report 📝, reproduce the behaviour 💻 💻, and
find related reports. 🔎" with the American "behavior" so the document
consistently uses American English (matches other occurrences of "behavior");
update any other instances if present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant