| commit | b6064c0c79eba658375ffde1b60e1c0f28df7c55 | [log] [tgz] |
|---|---|---|
| author | Justin Beckwith <[email protected]> | Mon Nov 05 06:15:44 2018 |
| committer | Justin Beckwith <[email protected]> | Mon Nov 05 06:15:44 2018 |
| tree | ea380459ec0fa966a8d940605d868d3cb36ad6f2 | |
| parent | 83017c07651dee9628157ffaf479e647dfe73bed [diff] |
remove pr template
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8097503..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null
@@ -1,5 +0,0 @@ -Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion) - -- [ ] Tests and linter pass -- [ ] Code coverage does not decrease (if any source code was changed) -- [ ] Appropriate docs were updated (if necessary)