Skip to content

Commit

Permalink
Add code review checklist for PRs (PR #12037)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard de Ruijter <[email protected]>
  • Loading branch information
feerrenrut and LeonarddeR authored Feb 5, 2021
1 parent 8f31bdc commit 1392aa3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,24 @@ Please also note that the NVDA project has a Citizen and Contributor Code of Con

### Description of how this pull request fixes the issue:

### Testing performed:
### Testing strategy:

### Known issues with pull request:

### Change log entry:

Section: New features, Changes, Bug fixes

### Code Review Checklist:

This checklist is a reminder of things commonly forgotten in a new PR.
Please do a self-review to check these items.
Reviewers will not approve the PR until these are met.

- [ ] Pull Request description is up to date.
- [ ] Unit tests.
- [ ] System (end to end) tests.
- [ ] Manual tests.
- [ ] User Documentation.
- [ ] Change log entry.
- [ ] Context sensitive help for GUI changes.

0 comments on commit 1392aa3

Please sign in to comment.