diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f7895fe --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ulises-jeremias diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0a24199 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..879bb25 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description + + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation / chore +- [ ] PKGBUILD update + +## How Has This Been Tested? + + +## Checklist +- [ ] Self-review done +- [ ] Tests pass locally +- [ ] PKGBUILD validated (`makepkg --printsrcinfo` / `shellcheck PKGBUILD` / `namcap` if applicable)