Skip to content

Commit

Permalink
Created PR Template (#305)
Browse files Browse the repository at this point in the history
* Create PULL_REQUEST_TEMPLATE.md

* Fix review comments
  • Loading branch information
Allcharles authored Mar 20, 2020
1 parent 2bbb60b commit e2df198
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit e2df198

Please sign in to comment.