Fix typo in contribute.md regarding open-source#119
Fix typo in contribute.md regarding open-source#119infeo merged 2 commits intocryptomator:developfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughThis pull request updates Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ 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 |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/misc/contribute.md (1)
27-27:⚠️ Potential issue | 🟡 MinorPre-existing typo:
your→youLine 27 reads "your grant us the rights to publish…" —
yourshould beyou. A missing comma afterAlsois also worth fixing while here.✏️ Proposed fix
-Our code is licensed under GPLv3 and this documentation under CC-BY-SA 4.0. If you contribute either, your grant us the rights to publish your contributions under those licenses. Also you have to digitally sign a [Contributor License Agreement (CLA)]... +Our code is licensed under GPLv3 and this documentation under CC-BY-SA 4.0. If you contribute either, you grant us the rights to publish your contributions under those licenses. Also, you have to digitally sign a [Contributor License Agreement (CLA)]...🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/misc/contribute.md` at line 27, Fix the typo and punctuation in the sentence that starts "Our code is licensed under GPLv3 and this documentation under CC-BY-SA 4.0. If you contribute either, your grant us the rights..." by changing "your" to "you" and adding a comma after "Also" (the sentence containing the CLA link and the phrase "Also you have to digitally sign a Contributor License Agreement (CLA)"). Ensure the corrected sentence reads smoothly with "you grant us..." and includes the comma after "Also".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@docs/misc/contribute.md`:
- Line 27: Fix the typo and punctuation in the sentence that starts "Our code is
licensed under GPLv3 and this documentation under CC-BY-SA 4.0. If you
contribute either, your grant us the rights..." by changing "your" to "you" and
adding a comma after "Also" (the sentence containing the CLA link and the phrase
"Also you have to digitally sign a Contributor License Agreement (CLA)"). Ensure
the corrected sentence reads smoothly with "you grant us..." and includes the
comma after "Also".
revised line with good suggestion from coderabbit bot
No description provided.