Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Jan 28, 2020
1 parent d21b305 commit 7b286cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Purpose

Briefly describe the purpose of the pull request.

# Overview

Describe the list of work you have done in this pull request.

Example:
- Add something
- Remove other things

# Checklist

- [ ] Code compiles correctly
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the README / documentation, if necessary

0 comments on commit 7b286cc

Please sign in to comment.