From e9f8b7bc7cda66733a327edfb58e0a87bb258dfe Mon Sep 17 00:00:00 2001 From: Christopher Ross <122108986+thisismyurl@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:02:31 +0000 Subject: [PATCH] chore: add CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..1e2f532 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,83 @@ +# Code of Conduct + +## Our Commitment + +This project aims to be a community where people can participate safely, respectfully, and constructively. + +We want this community to reflect the same values as the work itself: + +- helpfulness +- clarity +- accessibility +- respect +- patience +- privacy and safety awareness + +--- + +## Expected Behavior + +Examples of positive community behavior include: + +- being respectful and kind +- assuming good intent while still being clear about problems +- welcoming beginners as well as experienced developers +- giving actionable, specific feedback +- using plain language where possible +- respecting accessibility needs and diverse ways of working +- focusing on solving the problem rather than scoring points + +--- + +## Unacceptable Behavior + +Examples of unacceptable behavior include: + +- harassment or personal attacks +- insulting, demeaning, or exclusionary language +- intimidation or deliberate hostility +- trolling or repeated bad-faith disruption +- publishing private information without permission +- discrimination based on identity, ability, culture, language, or background +- using fear, shame, or manipulation to pressure others + +--- + +## Enforcement Principles + +Project maintainers may remove, edit, or reject behavior that undermines the health of the community. + +We will try to respond in a way that is: + +- fair +- proportionate +- safety-conscious +- consistent with the Helpful Neighbor philosophy + +--- + +## Reporting Concerns + +If you experience or witness harmful behavior, please contact the maintainers through the project support/contact route and clearly mark the message as a code-of-conduct concern. + +For security-related concerns, use [`SECURITY.md`](SECURITY.md) instead. + +--- + +## Scope + +This code of conduct applies to project spaces such as: + +- GitHub issues +- pull requests +- discussions +- documentation contributions +- community support interactions tied to the project + +--- + +## Final Note + +A project about trust should also practice trustworthiness in how people are treated. + +That standard applies here too.