From 1d99b5730603fc91a473e44499f2182f816518b4 Mon Sep 17 00:00:00 2001 From: Anton Tuyakhov <7713205+tuyakhov@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:43:23 +0300 Subject: [PATCH] Add code of conduct --- .gitignore | 2 ++ CODE_OF_CONDUCT.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/.gitignore b/.gitignore index 2868171..5280c86 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ htmlcov/ # Local editor / tooling (not part of the SDK) .vscode/ .claude/ +.idea +.gitattributes diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..9dc8954 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,15 @@ +# Code of Conduct + +This project adopts the [Contributor Covenant](https://www.contributor-covenant.org), +version 2.1, as its code of conduct. The full text is available at: + +https://www.contributor-covenant.org/version/2/1/code_of_conduct/ + +By participating in this project — contributing code, opening issues, or taking +part in discussions — you agree to uphold this code of conduct. + +## Reporting + +To report unacceptable behavior, use GitHub's private reporting on this +repository's **Security** tab, or contact the maintainers privately. All reports +will be reviewed and handled confidentially.