Skip to content

Commit

Permalink
Merge pull request #985 from dequelabs/git-update
Browse files Browse the repository at this point in the history
chore: Update github templates
  • Loading branch information
WilcoFiers committed Jul 2, 2018
2 parents 320e633 + b8202f4 commit 54b0b60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @WilcoFiers
24 changes: 8 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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 >>

0 comments on commit 54b0b60

Please sign in to comment.