Skip to content

Commit 064b33a

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent f100f84 commit 064b33a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Bug report:
2+
3+
Thanks for reporting an issue with WebViewJavascriptBridge!
4+
5+
Do these 4 things and I will fix your problem for you!
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! I'll take it from there, and promise I'll fix your failing test ASAP.
13+
14+
If you don't do these 3 things then I can't help you effectively, and probably won't :)
15+
16+
Cheers,
17+
@marcuswestin

0 commit comments

Comments
 (0)