Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,3 +553,4 @@ Share your apps here! Submit a pull request!
You can also find the [Appwrite Topic on GitHub](https://github.com/topics/appwrite)!

- [DEV Community](https://dev.to/appwrite)
- Rahul Kumar 🚀 — Learning Open Source Contribution

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Entry placed in the wrong section

This line is appended inside the Communities section (which lists community links like Discord, Twitter, DEV Community, etc.), not a contributors section. A plain-text personal bio entry does not belong here.

If the intent is to add yourself as a contributor to the project, this repository uses GitHub's native contributor graph (driven by commits/PRs). A self-promotional line in the Communities list is not the correct way to do so.

If the project does maintain a curated contributors section, the entry should:

  1. Be placed under the correct heading (which does not currently exist in this file).
  2. Include a link to the contributor's GitHub profile or relevant work, consistent with every other entry in the file.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Missing newline at end of file

The added line has no trailing newline (\ No newline at end of file in the diff). This breaks the POSIX file convention and can cause issues with tooling that expects a newline-terminated file.

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

Make this new list item consistent with the Communities format.

Line 556 is plain text while the rest of this section uses markdown links, and the phrase should be hyphenated as “Open-Source” for consistency.

Suggested edit
-- Rahul Kumar 🚀 — Learning Open Source Contribution
+- [Rahul Kumar 🚀 — Learning Open-Source Contribution](https://github.com/Rahulkumar65)
📝 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
- Rahul Kumar 🚀 — Learning Open Source Contribution
- [Rahul Kumar 🚀 — Learning Open-Source Contribution](https://github.com/Rahulkumar65)
🧰 Tools
🪛 LanguageTool

[uncategorized] ~556-~556: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...o/appwrite) - Rahul Kumar 🚀 — Learning Open Source Contribution

(EN_COMPOUND_ADJECTIVE_INTERNAL)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 556, Replace the plain text list item "Rahul Kumar 🚀 —
Learning Open Source Contribution" with a markdown list entry matching the
existing Communities pattern: make it a hyphen bullet, hyphenate "Open-Source",
and convert the name/phrase into a markdown link (e.g., "- [Rahul Kumar 🚀 —
Learning-Source Contribution](<URL>)") so it visually and structurally matches
other entries; ensure the link target is set to the appropriate URL for the
resource.