docs: update contribution guidelines and website link in README#888
docs: update contribution guidelines and website link in README#888strangerobot wants to merge 3 commits intotattle-made:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughWhitespace and punctuation edits: README.md had trailing whitespace added to a contribution sentence and the Website URL line changed from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
README.md
Outdated
| ## Website | ||
|
|
||
| Visit the Uli website at https://uli.tattle.co.in/ | ||
| Visit the Uli website at https://uli.tattle.co.in/ ! |
There was a problem hiding this comment.
we prefer 3 exclamation marks.
|
Please capitalize the PR description |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
32-32: Remove trailing whitespace on the contribution sentence.Line 32 has a trailing space at the end, which can create an unintended Markdown line break (and lint noise).
Suggested cleanup
-We cherish diversity of experiences and perspectives. It adds value to our work. To this end, we strongly encourage candidates who find alignment with the project and are driven to learn, to contribute to Uli. There are both code and no-code issues that you can contribute to. +We cherish diversity of experiences and perspectives. It adds value to our work. To this end, we strongly encourage candidates who find alignment with the project and are driven to learn, to contribute to Uli. There are both code and no-code issues that you can contribute to.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 32, Remove the trailing whitespace at the end of the contribution sentence "We cherish diversity of experiences and perspectives. It adds value to our work. To this end, we strongly encourage candidates who find alignment with the project and are driven to learn, to contribute to Uli. There are both code and no-code issues that you can contribute to." (the sentence shown in the diff) so the Markdown line does not include an unintended break or lint noise; simply trim the trailing space character at the end of that line.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 116: Remove the extra space before the exclamation mark and replace the
raw URL with a Markdown link for cleaner rendering: update the line "Visit the
Uli website at https://uli.tattle.co.in/ !" to use a Markdown link like "Visit
the Uli website at [Uli](https://uli.tattle.co.in/)!" ensuring no extra space
before the final "!".
---
Nitpick comments:
In `@README.md`:
- Line 32: Remove the trailing whitespace at the end of the contribution
sentence "We cherish diversity of experiences and perspectives. It adds value to
our work. To this end, we strongly encourage candidates who find alignment with
the project and are driven to learn, to contribute to Uli. There are both code
and no-code issues that you can contribute to." (the sentence shown in the diff)
so the Markdown line does not include an unintended break or lint noise; simply
trim the trailing space character at the end of that line.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
README.md
Outdated
| ## Website | ||
|
|
||
| Visit the Uli website at https://uli.tattle.co.in/ | ||
| Visit the Uli website at https://uli.tattle.co.in/ ! |
There was a problem hiding this comment.
Tighten website line formatting for cleaner rendering.
Line 116 has an extra space before !; also, a Markdown link is clearer than a raw URL.
Proposed fix
-Visit the Uli website at https://uli.tattle.co.in/ !
+Visit the Uli website at [https://uli.tattle.co.in/](https://uli.tattle.co.in/)!📝 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.
| Visit the Uli website at https://uli.tattle.co.in/ ! | |
| Visit the Uli website at [https://uli.tattle.co.in/](https://uli.tattle.co.in/)! |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 116, Remove the extra space before the exclamation mark
and replace the raw URL with a Markdown link for cleaner rendering: update the
line "Visit the Uli website at https://uli.tattle.co.in/ !" to use a Markdown
link like "Visit the Uli website at [Uli](https://uli.tattle.co.in/)!" ensuring
no extra space before the final "!".
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
Describe the PR
Added an exclamantion to read.
Summary by CodeRabbit