Skip to content

Commit a52ae0a

Browse files
authored
Note on test cases
1 parent ab3bd33 commit a52ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Thanks for helping us out! We really appreciate it.
22

33
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.
44

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).
66

77
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

Comments
 (0)