Skip to content

Commit fa96a76

Browse files
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
1 parent fe3219f commit fa96a76

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<!--
22
Thank you for submitting a pull request!
3-
Please note that this template is not optional.
4-
Please fill out _ALL_ fields, or your pull request may be rejected.
5-
Please do not delete this template. Please do remove this header to acknowledge this message.`
63
7-
Please note that we are NOT accepting new FEATURE requests at this time.
4+
Please note that this template is not optional and all _ALL_ fields must be filled out, or your pull request may be rejected.
5+
6+
Please do not delete this template.
7+
Please do remove this header to acknowledge this message.
8+
89
Please place an x, no spaces, in all [ ] that apply
910
-->
1011

1112
- [ ] This is a **bugfix**
13+
- [ ] This is a **feature**
1214
- [ ] This is a **code refactor**
1315
- [ ] This is a **test update**
14-
- [ ] This is a **typo fix**
16+
- [ ] This is a **docs update**
1517
- [ ] This is a **metadata update**
1618

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

2325
<!--
24-
Please explain the motivation or use-case for making this change.
2526
What existing problem does the pull request solve?
27+
28+
Please explain the motivation or use-case for making this change.
2629
If this Pull Request addresses an issue, please link to the issue.
2730
-->
2831

2932
### Breaking Changes
3033

3134
<!--
3235
If this PR introduces a breaking change, please describe the impact and a
33-
migration path for existing applications.
36+
potential migration path for existing applications.
3437
-->
3538

3639
### Additional Info

0 commit comments

Comments
 (0)