-
Notifications
You must be signed in to change notification settings - Fork 559
chore: create CODE_OF_CONDUCT.md #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughA new file, Changes
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🧹 Nitpick comments (2)
CODE_OF_CONDUCT.md (2)
28-38
: Refine wording for stronger clarity.At line 32, the phrase “Trolling, insulting or derogatory comments, and personal or political attacks” is accurate but can be tightened for impact. For example:
-* Trolling, insulting or derogatory comments, and personal or political attacks +* Trolling, insults, derogatory language, or personal/political attacksThis small tweak breaks out each negative behavior for quicker scanning.
🧰 Tools
🪛 LanguageTool
[style] ~32-~32: Try using a synonym here to strengthen your wording.
Context: ...ind * Trolling, insulting or derogatory comments, and personal or political attacks * Pu...(COMMENT_REMARK)
115-129
: Convert bare URLs to inline links and fix minor determiners.Markdown lint flags bare URLs at lines 119, 127, and 128. Additionally, line 121 should begin with “The Community Impact Guidelines…” for grammatical consistency. Suggested diff:
@@ line 119 - version 2.0, available at - https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + version 2.0, available at [https://www.contributor-covenant.org/version/2/0/code_of_conduct.html]. @@ line 121 - Community Impact Guidelines were inspired by [Mozilla's code of conduct - enforcement ladder](https://github.com/mozilla/diversity). + The Community Impact Guidelines were inspired by [Mozilla’s code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ line 127 - For answers to common questions about this code of conduct, see the FAQ at - https://www.contributor-covenant.org/faq. Translations are available at - https://www.contributor-covenant.org/translations. + For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). + Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).These changes eliminate bare URLs and improve grammatical flow.
🧰 Tools
🪛 LanguageTool
[uncategorized] ~120-~120: You might be missing the article “the” here.
Context: ....org/version/2/0/code_of_conduct.html. Community Impact Guidelines were inspired by [Moz...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
🪛 markdownlint-cli2 (0.17.2)
119-119: Bare URL used
null(MD034, no-bare-urls)
127-127: Bare URL used
null(MD034, no-bare-urls)
128-128: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CODE_OF_CONDUCT.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
CODE_OF_CONDUCT.md
[style] ~32-~32: Try using a synonym here to strengthen your wording.
Context: ...ind * Trolling, insulting or derogatory comments, and personal or political attacks * Pu...
(COMMENT_REMARK)
[uncategorized] ~120-~120: You might be missing the article “the” here.
Context: ....org/version/2/0/code_of_conduct.html. Community Impact Guidelines were inspired by [Moz...
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
🪛 markdownlint-cli2 (0.17.2)
CODE_OF_CONDUCT.md
119-119: Bare URL used
null
(MD034, no-bare-urls)
127-127: Bare URL used
null
(MD034, no-bare-urls)
128-128: Bare URL used
null
(MD034, no-bare-urls)
🔇 Additional comments (4)
CODE_OF_CONDUCT.md (4)
15-27
: Standards section is clear and comprehensive.The bullet list under “## Our Standards” effectively captures positive behaviors. No changes needed here; this aligns well with Contributor Covenant guidance.
51-58
: Scope section is well-defined.Good coverage of where and when this Code of Conduct applies. Clear and concise.
59-67
: Reporting instructions look solid.Linking to the Discord server is appropriate. Confirm that the invite URL won’t expire, or consider adding an email fallback for reporters without Discord access.
Could you verify that the Discord invite link is permanent and that an alternate reporting channel (like an email) is available if needed?
69-114
: Enforcement guidelines follow standard best practices.The four-level ladder (Correction → Warning → Temporary Ban → Permanent Ban) aligns with Mozilla’s model and Contributor Covenant recommendations. No changes required here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I'll leave it to @ezynda3 to review as well before merging...
Thank you @robert-jackson-glean for the review. Yes, let's wait before merging. |
Added a code of conduct.
From: https://www.contributor-covenant.org/
Mentions the Discord server as the platform to address concerns but this can be changed to an email address or mailing list if we have one.