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