From 93327bdf1a5074c28672216cb2ebe00a69aec572 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Sat, 8 Feb 2025 06:12:25 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20Add=20CODEOWNERS=20(#18?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This tries to clear up the chaos on who is in charge of what --- .github/CODEOWNERS | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..15696828 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +* @dev-team + +/apps/ @victorpahuus @AquaWolf +/packages/ui/ @wanjohiryan @victorpahuus @AquaWolf + +/protobuf/ @AquaWolf + +/infra/ @wanjohiryan +/packages/core/ @wanjohiryan +/packages/functions/ @wanjohiryan + +/containers/ @DatCaptainHorse +/packages/server/ @DatCaptainHorse +/packages/relay/ @DatCaptainHorse +/packages/scripts/ @DatCaptainHorse +/packages/input/ @DatCaptainHorse \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..03422d51 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +## Description + + +## Related Issues + + +## Type of Change + +- [ ] Bug fix (non-breaking change) +- [ ] New feature (non-breaking change) +- [ ] Breaking change (fix or feature that changes existing functionality) +- [ ] Documentation update +- [ ] Other (please describe): + +## Checklist + +- [ ] I have updated relevant documentation +- [ ] My code follows the project's coding style +- [ ] My changes generate no new warnings/errors + +## Notes for Reviewers + + +## Screenshots/Demo + + +## Additional Context + \ No newline at end of file