Skip to content

Commit 93eebc3

Browse files
committed
fix: update pr template for new features
1 parent 4234604 commit 93eebc3

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
# Pull Request Template
22

3+
<!--
4+
5+
# Important Note:
6+
7+
Please create a [discussion](https://github.com/mrzachnugent/react-native-reusables/discussions/categories/ideas) for any new feature proposals **before** submitting a pull request. This helps ensure alignment with project goals and gather community feedback.
8+
9+
-->
10+
311
## Description:
12+
413
<!-- Provide a brief description of the changes introduced by this pull request. -->
514

6-
Fixes # (issue)
15+
Fixes issue #<!-- Add the issue number that this PR fixes, if applicable. -->
716

817
## Tested Platforms:
18+
919
<!-- Check the platforms that you have tested this PR on. -->
1020

21+
- [ ] Docs
1122
- [ ] Web
1223
- [ ] iOS
1324
- [ ] Android
1425

1526
## Affected Apps/Packages:
27+
1628
<!-- Specify which apps or packages are affected by this pull request. -->
1729

18-
- [App/Package 1]
19-
- [App/Package 2]
30+
- [apps/app_x]
31+
- [packages/package_y]
2032

2133
### Screenshots:
34+
2235
<!-- If applicable, add screenshots to showcase the changes visually. -->
2336

2437
#### Notes:
25-
<!-- Add any additional notes or context that reviewers should be aware of. -->
26-
2738

39+
<!-- Add any additional notes or context that reviewers should be aware of. -->

0 commit comments

Comments
 (0)