Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
Simple rule submission checklist
Simple bugfix/enhancement submission checklist
  • Loading branch information
dugite-code committed Apr 16, 2018
1 parent b4b9848 commit a78eeb7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Please answer the following questions for yourself before submitting a pull request. **YOU MAY DELETE UNUSED SECTIONS.**

# Rule Submission

Website: example.tld

* [ ] I have made the rule as simple as possible ( K.I.S.S )
* [ ] I have run the rule myself for a period of time to spot any bugs

# Bugfix/Enhancement

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you successfully ran tests with your changes locally?

Fixes #

## Proposed Changes

-
-
-

0 comments on commit a78eeb7

Please sign in to comment.