docs: add PRs welcome badge and good first issues link - #550
ayoolaowoilu wants to merge 2 commits into
Conversation
Added a badge for PRs welcome to the README.
|
|
WalkthroughThe README adds a PRs-welcome badge and a contribution link for finding good first issues. ChangesContributor guidance
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 8: Update the PRs Welcome badge link in README.md to point to the
repository’s contribution guide, replacing the unrelated makeapullrequest.com
destination while preserving the existing badge image and label.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| [](https://raw.githubusercontent.com/ever-co/ever-traduora/master/LICENSE) | ||
| [](https://hub.docker.com/r/traduora/traduora) | ||
| [](https://www.codementor.io/evereq?utm_source=github&utm_medium=button&utm_term=evereq&utm_campaign=github) | ||
| [](https://makeapullrequest.com) |
There was a problem hiding this comment.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
Point the badge to the repository’s contribution guide.
The current destination is an unrelated conference site containing promotional content, not a pull-request guide. This makes the contributor entry point misleading and potentially unsafe. (makeapullrequest.com)
Proposed fix
-[](https://makeapullrequest.com)
+[](https://github.com/ever-co/ever-traduora/blob/develop/.github/CONTRIBUTING.md)📝 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.
| [](https://makeapullrequest.com) | |
| [](https://github.com/ever-co/ever-traduora/blob/develop/.github/CONTRIBUTING.md) |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 8, Update the PRs Welcome badge link in README.md to point
to the repository’s contribution guide, replacing the unrelated
makeapullrequest.com destination while preserving the existing badge image and
label.
Source: MCP tools



Added a badge for PRs welcome to the README.
Before submitting the PR, please make sure you do the following
Contributor license agreement
For us it's important to have the agreement of our contributors to use their work, whether it be code or documentation. Therefore, we are asking all contributors to sign a contributor license agreement (CLA) as commonly accepted in most open source projects. Just open the pull request and our CLA bot will prompt you briefly.
Please check our contribution guidelines for some help in the process.
Summary by cubic
Adds a “PRs welcome” badge to the README and a “good first issues” link in the contribution section to make it easier for new contributors to get started.
Written for commit c717b78. Summary will update on new commits.