You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ Thanks for helping us out! We really appreciate it.
2
2
3
3
Please make sure you're working against a current copy of the `master` branch. Because `react-native-htmlview` is a small package, with a lot of people working on the same files your changes can go 'stale' quite quickly. Please don't be offended if we ask you to resolve conflicts on a PR that's sat unreviewed for a little while.
4
4
5
-
Please run `yarn test` (which will invoke the linter) prior to submitting your PR. If the linter finds any problems, you can usually fix with `yarn run format` and commit the result.
5
+
Please run `yarn test` (which will invoke the linter) prior to submitting your PR. If the linter finds any problems, you can usually fix with `yarn run format` and commit the result. If you include a new feature, add a test case for it (we mostly use snapshot testing).
6
6
7
7
Finally, please provide enough detail with your PR for us to be able to see what you intend, or the problem you're trying to fix. Screenshots are awesome if possible.
0 commit comments