Skip to content

Commit ce3ce38

Browse files
committed
📝 (README) update the contributing section
1 parent 170cc5e commit ce3ce38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ All contributions are welcomed, that might be either adding new features, doing
155155
1. Fork the project & clone locally. Follow the initial setup here.
156156
2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
157157
3. Code and commit your changes. Write a good commit message. Best would be to use git [commitizen](https://github.com/commitizen/cz-cli)
158-
4. Test your changes in the [example repository](https://github.com/bamlab/react-native-image-header-scroll-view-example)
158+
4. Test your changes in the example
159+
- launch the Expo project: `cd example && yarn start && cd ..`
160+
- compile typescript to lib folder : `yarn tsc --noEmit``
161+
- watch your feature/fix in your simulator
159162
5. Push to the branch: git push origin feature/that-new-feature
160163
6. Create a pull request for your branch 🎉
161164

0 commit comments

Comments
 (0)