-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create PULL_REQUEST_TEMPLATE.md * Fix review comments
- Loading branch information
1 parent
2bbb60b
commit e2df198
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Title of PR | ||
|
||
What is the purpose of this PR? | ||
|
||
## Changes | ||
|
||
List of changes added as part of this PR. This only needs to include the big changes which reviewers should carefully check. | ||
|
||
## Issues | ||
|
||
Any issues caused by the PR that will need to be address in another PR. These issues may be caused by another branch which will change how this branch functions. | ||
|
||
## Visual Changes | ||
|
||
If the PR has any visual changes to the website, post pictures of the new pages and how they look. Label any images if more than one is given. | ||
|
||
## Final Checklist | ||
|
||
- [ ] Assign reviewers if you have permission | ||
- [ ] Assign labels if you have permission | ||
- [ ] Link issues related to PR | ||
- [ ] Link any PRs or issues blocking this PR from being merged | ||
- [ ] Remove/Reduce warnings from edited files | ||
- [ ] Unit tests have been added for changes | ||
- [ ] Ensure CI build is passing |