Skip to content

Commit 0b0fdba

Browse files
authored
chore(github): add PR template
1 parent a7ef6c1 commit 0b0fdba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# What's new
2+
_Describe the PR shortly_
3+
4+
# PR checklist
5+
6+
## In-app checks:
7+
- [ ] callbacks are received
8+
- [ ] dev/prod switch works
9+
- [ ] `README.md` is updated _(if applicable)_
10+
- [ ] `expo` plugin is updated _(if applicable)_
11+
- [ ] `example` app is working
12+
13+
## Pre-release checks:
14+
15+
- [ ] `CHANGELOG.md` is updated
16+
- [ ] `package.json` version is increased
17+
18+
### To be checked by maintainers:
19+
20+
- [ ] freeRASP logs are received
21+
- [ ] `sdkVersion` property in logs is correct
22+
- [ ] `sdkPlatform` property in logs is correct
23+
24+
# Resolved issues
25+
_list of issues resolved by this PR_

0 commit comments

Comments
 (0)