Skip to content

Commit 4463992

Browse files
committed
Add contribute script and Pull request template
1 parent 5a4b4ae commit 4463992

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Fixes # .
2+
3+
Changes introduced in this pull request:
4+
5+
-
6+
-
7+
-
8+
-
9+
10+
## Tasks
11+
- [ ] Add yourself as contributor via `yarn contribute`
12+
- [ ] Update `Unreleased` section of `CHANGELOG.md` with changes ([Convention](https://keepachangelog.com/en/1.0.0/))
13+
14+
15+
@cjam
16+

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"submodules": "rm -rf ios/external/* && rm -rf android/external/* && git submodule update --init --recursive",
4949
"example": "concurrently -n \"server,packager\" -c \"yellow,cyan\" \"cd example-server && yarn start\" \"cd example && yarn start\"",
5050
"xcode": "open example/ios/example.xcworkspace",
51-
"release": "release-it"
51+
"release": "release-it",
52+
"contribute": "all-contributors add && all-contributors generate"
5253
},
5354
"peerDependencies": {
5455
"react-native": ">=0.60"

0 commit comments

Comments
 (0)