Skip to content

Commit c8467f1

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 064b33a commit c8467f1

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# Bug report:
1+
# WVJB Bug Report
22

33
Thanks for reporting an issue with WebViewJavascriptBridge!
44

5-
Do these 4 things and I will fix your problem for you!
5+
### Do these 4 things and I will fix your problem!
66

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
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
1111

12-
That's it! I'll take it from there, and promise I'll fix your failing test ASAP.
12+
#### That's it!
1313

14-
If you don't do these 3 things then I can't help you effectively, and probably won't :)
14+
I will take it from there and promise that I'll fix your problem ASAP.
15+
16+
#### If you don't do these 3 things then I can't help you effectively.
17+
18+
And I probably won't :)
1519

1620
Cheers,
1721
@marcuswestin

0 commit comments

Comments
 (0)