File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments