Skip to content

Commit cc7879c

Browse files
authored
Merge pull request #270 from rtCamp/chore/pr-template-new-component-issue
Docs: Require discussion issue before new component PRs
2 parents 5b00a9a + 121d59b commit cc7879c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
⚠️ Adding a new component or feature?
3+
Please open an issue for discussion first and wait for it to be approved before
4+
starting work. PRs that add new components without a linked, approved issue may be closed.
5+
-->
6+
17
## Description
28

39
<!-- What do we want to achieve with this PR? -->
@@ -27,6 +33,7 @@ Please provide step-by-step instructions to test the changes.
2733

2834
<!-- Check these after PR creation -->
2935

36+
- [ ] If this PR adds a new component, it has a linked issue that was discussed and approved before I started work.
3037
- [ ] I have thoroughly tested this code to the best of my abilities.
3138
- [ ] I have reviewed the code myself before requesting a review.
3239
- [ ] This code is covered by unit tests to verify that it works as intended.

0 commit comments

Comments
 (0)