From 35c7f86922b750055e75e3bf34184e2122e7c28c Mon Sep 17 00:00:00 2001 From: ThrustSoftwares <150331031+ThrustSoftwares@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:43:47 +0300 Subject: [PATCH] Add Governance Documents Fixes #2, Fixes #3 --- CODE_OF_CONDUCT.md | 3 +++ CONTRIBUTING.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..0fe551d --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +Please be respectful and follow standard anti-harassment guidelines. We are committed to providing a welcoming environment. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..65c0a90 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing + +1. Fork the repo +2. Create a feature branch +3. Submit a PR \ No newline at end of file