Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Code of Conduct

## Our Pledge

We pledge to make participation in this project a
harassment-free experience for everyone, regardless of age,
body size, disability, ethnicity, gender identity and
expression, level of experience, nationality, personal
appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to a positive
environment:
Comment on lines +14 to +15
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: “Examples of behavior that contributes…” should agree with the plural subject “Examples” (e.g., “Examples of behavior that contribute…”).

Copilot uses AI. Check for mistakes.

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community

Examples of unacceptable behavior:

- Trolling, insulting or derogatory comments, and personal
or political attacks
- Public or private harassment
- Publishing others' private information without explicit
permission
- Other conduct which could reasonably be considered
inappropriate in a professional setting

## Enforcement

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
Comment on lines +34 to +36
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
investigated and will result in a response that is deemed
necessary and appropriate to the circumstances.

## Attribution

This Code of Conduct is adapted from the
[Contributor Covenant](https://www.contributor-covenant.org),
version 2.1.
Comment on lines +42 to +44
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
Loading