From 6709a5912bd03508bba4cd0b9fa56de1d87aeacb Mon Sep 17 00:00:00 2001 From: An Phan Date: Mon, 10 Aug 2026 22:33:11 +0200 Subject: [PATCH] add a pull request template and CODEOWNERS --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 14 ++++++++++++++ 2 files changed, 15 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 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)