Skip to content

Commit

Permalink
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Oct 23, 2018
1 parent fe3219f commit fa96a76
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,17 +1,19 @@
<!--
Thank you for submitting a pull request!
Please note that this template is not optional.
Please fill out _ALL_ fields, or your pull request may be rejected.
Please do not delete this template. Please do remove this header to acknowledge this message.`
Please note that we are NOT accepting new FEATURE requests at this time.
Please note that this template is not optional and all _ALL_ fields must be filled out, or your pull request may be rejected.
Please do not delete this template.
Please do remove this header to acknowledge this message.
Please place an x, no spaces, in all [ ] that apply
-->

- [ ] This is a **bugfix**
- [ ] This is a **feature**
- [ ] This is a **code refactor**
- [ ] This is a **test update**
- [ ] This is a **typo fix**
- [ ] This is a **docs update**
- [ ] This is a **metadata update**

### For Bugs and Features; did you add new tests?
Expand All @@ -21,16 +23,17 @@
### Motivation / Use-Case

<!--
Please explain the motivation or use-case for making this change.
What existing problem does the pull request solve?
Please explain the motivation or use-case for making this change.
If this Pull Request addresses an issue, please link to the issue.
-->

### Breaking Changes

<!--
If this PR introduces a breaking change, please describe the impact and a
migration path for existing applications.
potential migration path for existing applications.
-->

### Additional Info

0 comments on commit fa96a76

Please sign in to comment.