Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 348 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

13 lines (9 loc) · 348 Bytes

Before your create your PR:

Please add tests for any new or changed functionality!

  1. Edit Tests/WebViewJavascriptBridgeTests/BridgeTests.m
  2. Create a new test which demostrates your changes.
  3. Run make test and make sure your test is passing
  4. That's it!

Thanks for improving WebViewJavascriptBridge!

Cheers, @marcuswestin