diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f40df84 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @phanan diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6c6ea15 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ + + +## Description + + +## Motivation + + +## Checklist +- [ ] I've tested my changes against a built image +- [ ] I've updated `goss.yaml` if the change affects files, ports or packages in the image +- [ ] I've updated relevant documentation (if any)