Conversation
Adds a Contributor Covenant-based code of conduct for the project community. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a repository-wide CODE_OF_CONDUCT.md intended to be based on the Contributor Covenant v2.1 so GitHub can surface it in the community profile.
Changes:
- Introduces a new Code of Conduct document
- Defines expected/unacceptable behavior and an enforcement/reporting path
- Adds attribution to Contributor Covenant v2.1
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Instances of abusive, harassing, or otherwise unacceptable | ||
| behavior may be reported by opening an issue or contacting | ||
| the maintainer. All complaints will be reviewed and |
There was a problem hiding this comment.
The enforcement instructions encourage reporting by opening a GitHub issue. Code of Conduct reports often contain sensitive information, so routing reports through a public issue can expose reporters/targets and discourage reporting. Consider removing the issue-based reporting path and instead providing a private reporting channel (e.g., a dedicated email address or private contact form) with who receives it.
| This Code of Conduct is adapted from the | ||
| [Contributor Covenant](https://www.contributor-covenant.org), | ||
| version 2.1. |
There was a problem hiding this comment.
The attribution says this document is adapted from Contributor Covenant “version 2.1”, but the body differs materially from the v2.1 template (e.g., missing the v2.1 sections like Scope/Enforcement Guidelines and the expanded protected-classes list). To avoid confusion/misattribution, either align the content with the official v2.1 text or adjust the attribution to clearly indicate it’s a customized/summarized variant (and consider linking the exact source text used).
| Examples of behavior that contributes to a positive | ||
| environment: |
There was a problem hiding this comment.
Grammar: “Examples of behavior that contributes…” should agree with the plural subject “Examples” (e.g., “Examples of behavior that contribute…”).
Summary
CODE_OF_CONDUCT.mdbased on the Contributor Covenant v2.1Test plan