Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE_md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasRoj authored and facchinm committed Jul 18, 2019
1 parent ba121d9 commit fd2d08c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PULL_REQUEST_TEMPLATE_md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### All Submissions:

* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

### New Feature Submissions:

1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?

### Changes to Core Features:

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes

0 comments on commit fd2d08c

Please sign in to comment.