-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Added Code Of Conduct #108
Added Code Of Conduct #108
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe recent changes introduce a comprehensive Contributor Covenant Code of Conduct to ensure a harassment-free community environment. Additionally, a new section referencing the Code of Conduct has been added to the README.md file for better visibility. These updates aim to establish clear standards and guidelines for community interactions without altering any exported or public entities in the project. Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configration 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: 1
Outside diff range, codebase verification and nitpick comments (2)
CODE_OF_CONDUCT.md (2)
22-22
: Consider using a synonym for "insulting".To strengthen the wording, consider using a synonym such as "demeaning" or "belittling".
- * Trolling, insulting or derogatory comments, and personal or political attacks + * Trolling, demeaning or derogatory comments, and personal or political attacksTools
LanguageTool
[style] ~22-~22: Try using a synonym here to strengthen your wording.
Context: ...ind * Trolling, insulting or derogatory comments, and personal or political attacks * Pu...(COMMENT_REMARK)
73-73
: Convert bare URLs into proper Markdown links.To improve readability, convert the bare URLs into proper Markdown links.
- This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. + This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [this link](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). - 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 at [this link](https://www.contributor-covenant.org/faq). Translations are available at [this link](https://www.contributor-covenant.org/translations).Also applies to: 77-77
Tools
Markdownlint
73-73: null
Bare URL used(MD034, no-bare-urls)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CODE_OF_CONDUCT.md (1 hunks)
- README.md (1 hunks)
Files skipped from review due to trivial changes (1)
- README.md
Additional context used
LanguageTool
CODE_OF_CONDUCT.md
[style] ~22-~22: Try using a synonym here to strengthen your wording.
Context: ...ind * Trolling, insulting or derogatory comments, and personal or political attacks * Pu...(COMMENT_REMARK)
Markdownlint
CODE_OF_CONDUCT.md
73-73: null
Bare URL used(MD034, no-bare-urls)
77-77: null
Bare URL used(MD034, no-bare-urls)
77-77: null
Bare URL used(MD034, no-bare-urls)
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD]. All complaints will be reviewed and investigated promptly and fairly. |
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.
Replace the placeholder with actual contact information.
To ensure that reports can be submitted properly, replace the placeholder [INSERT CONTACT METHOD]
with the actual contact information.
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD].
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [email protected].
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.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD]. All complaints will be reviewed and investigated promptly and fairly. | |
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [email protected]. All complaints will be reviewed and investigated promptly and fairly. |
closes #108 |
Description
Added the code of conduct
Fixes # (issue) #106
Type of change
Please delete options that are not relevant.
Test Required (Yes / No): No Testing required
Summary by CodeRabbit