Skip to content

Commit 427466c

Browse files
committed
2 parents 1cb9489 + c0da380 commit 427466c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# WVJB Bug Report
2+
3+
Thanks for reporting an issue with WebViewJavascriptBridge.
4+
5+
### Do these 4 things and I will fix your problem!
6+
7+
1. Go to https://github.com/marcuswestin/WebViewJavascriptBridge and click Fork.
8+
2. Clone your fork, `cd` into it and run `make test`. All tests should pass!
9+
3. Edit `Tests/WebViewJavascriptBridgeTests/BridgeTests.m` and create a new, failing test which demostrates your issue.
10+
4. Create a pull request for https://github.com/marcuswestin/WebViewJavascriptBridge
11+
12+
#### That's it!
13+
14+
I will take it from there and promise that I'll fix your problem ASAP.
15+
16+
#### If you don't do this then I can't help you!
17+
18+
And I probably won't :)
19+
20+
Cheers,
21+
@marcuswestin

.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)