From b8202f4be062b3ea00d5a4fc90502ef2adf5f859 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Fri, 29 Jun 2018 16:59:48 +0200 Subject: [PATCH] chore: Update github templates --- .github/CODEOWNERS | 1 + .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++---------------- 2 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..a09b4a0753 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @WilcoFiers diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f33e8f882e..c498b5b345 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,12 @@ -## PR Checklist -Please check if your PR fulfills the following requirements: +<< Describe the changes >> -- [ ] The commit message(s) follow our guidelines: https://github.com/dequelabs/axe-core/blob/develop/doc/code-submission-guidelines.md#git-commits -- [ ] Changes to rules and checks appropriately support [Shadow DOM](https://github.com/dequelabs/axe-core/blob/develop/doc/developer-guide.md) -- [ ] Changes have been tested in [major browsers and Assistive Technologies](https://github.com/dequelabs/axe-core/blob/develop/doc/accessibility-supported.md#accessibility-supported) -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) +Closes issue: -## Description of the changes +## Reviewer checks -- Github issue: - -## Does this PR introduce a breaking change? - -- [ ] Yes -- [ ] No - -## Other information +**Required fields, to be filled out by PR reviewer(s)** +[ ] Follows the commit message policy, appropriate for next version +[ ] Has documentation updated, a DU ticket, or requires no documentation change +[ ] Includes new tests, or was unnecessary +[ ] Code is reviewed for security by: << Name here >>