From 8f317892e0d834c142c42939b4b69d4faad143b8 Mon Sep 17 00:00:00 2001 From: forkless Date: Wed, 3 Jun 2026 02:25:43 +0200 Subject: [PATCH] add CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..820e433 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,27 @@ +# Contributor Covenant + +We're here to build something useful. + +This project is open to anyone who wants to help, regardless of experience +level, background, or preferred text editor. All we ask is that you treat +others the way you'd want to be treated. + +**Be constructive.** Critique code, not people. Assume good intent. +Ask questions before making assumptions. If something can be interpreted +as helpful or hostile, we assume helpful. + +**Be direct but civil.** "This approach has a race condition" is useful. +"This is stupid" is not. We're all learning — some of us in public. + +**Respect boundaries.** Not everyone wants unsolicited advice on their +coding style. Not everyone works the same hours or at the same pace. +Give people space to respond. + +**No drama.** If you have a problem with someone, address it privately +and respectfully. If that doesn't work, escalate to the maintainer. + +This is a small project. The maintainer reserves the right to remove +comments, close issues, or block users who make the space unpleasant +for others. This power is used sparingly and with explanation. + +That's it. Be decent. Build things.