From 4278b46fa5d9fc7335aa3df809fd4255cc22712e Mon Sep 17 00:00:00 2001 From: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:06:21 +0530 Subject: [PATCH] fix: docs: add CODE_OF_CONDUCT - CODE_OF_CONDUCT.md - README.md Fixes #93 Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 32 ++++++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 36 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..3f097f2 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,32 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone. + +## Our Standards + +Examples of behavior that contributes to a positive environment: + +- Demonstrating empathy and kindness +- Being respectful of differing opinions +- Giving and gracefully accepting constructive feedback +- Focusing on what is best for the community + +Examples of unacceptable behavior: + +- Harassment, trolling, or insulting comments +- Public or private harassment +- Publishing others' private information without permission + +## Enforcement + +Project maintainers are responsible for clarifying and enforcing standards. +Instances of abusive behavior may be reported to the maintainers via GitHub issues +or the contact method listed in the repository. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), +version 2.1. diff --git a/README.md b/README.md index a4129f6..ecb8e4d 100644 --- a/README.md +++ b/README.md @@ -200,3 +200,7 @@ modify, sublicense, redistribute, and commercialize the submitted work. See [docs/legal/COMMERCIAL.md](docs/legal/COMMERCIAL.md), [LICENSE](LICENSE), [docs/legal/LICENSE.noncommercial](docs/legal/LICENSE.noncommercial), and [docs/legal/THIRD_PARTY_NOTICES.md](docs/legal/THIRD_PARTY_NOTICES.md). + +## Code of Conduct + +See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).