Skip to content

Commit c0da380

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 8d0c680 commit c0da380

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Before your create your PR:
2+
3+
#### Please add tests for any new or changed functionality!
4+
5+
1. Edit `Tests/WebViewJavascriptBridgeTests/BridgeTests.m`
6+
2. Create a new test which demostrates your changes.
7+
3. Run `make test` and make sure your test is passing
8+
4. That's it!
9+
10+
#### Thanks for improving WebViewJavascriptBridge!
11+
12+
Cheers,
13+
@marcuswestin

0 commit comments

Comments
 (0)