mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
Fixed some vocabulary issues in Contributing file (#1765)
Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ or: https://github.com/magicismight/react-native-svg-example
|
|||||||
|
|
||||||
Just `cd` to your application and type `yarn link react-native-svg` to make your app use your local modified package instead of the one from npmjs.com (this is what point 5 was about in the previous section).
|
Just `cd` to your application and type `yarn link react-native-svg` to make your app use your local modified package instead of the one from npmjs.com (this is what point 5 was about in the previous section).
|
||||||
|
|
||||||
If you made changes in the native code, don't forget to run `react-native link` before building your React Native application so that latest changes are taken into account.
|
If you made changes in the native code, don't forget to run `react-native link` before building your React Native application so that the latest changes are taken into account.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ Currently e2e tests exist here: https://github.com/msand/react-native-svg-e2e/
|
|||||||
|
|
||||||
When you're sending a pull request:
|
When you're sending a pull request:
|
||||||
|
|
||||||
- Communication is a key. If you want fix/add something, please open new/find existing issue, so we can discuss it.
|
- Communication is a key. If you want fix/add something, please consider either opening a new issue or finding an existing one so we can further discuss it.
|
||||||
- We prefer small pull requests focused on one change, as those are easier to test/check.
|
- We prefer small pull requests focused on one change, as those are easier to test/check.
|
||||||
- Please make sure that all tests are passing on your local machine.
|
- Please make sure that all tests are passing on your local machine.
|
||||||
- Follow the template when opening a PR.
|
- Follow the template when opening a PR.
|
||||||
|
|||||||
Reference in New Issue
Block a user