- Fork it https://github.com/restuwahyu13/react-fakers/fork
- Create your feature branch
git checkout -b my-new-feature
- Add changes
git add changed-path
- Commit your changes
git commit -m 'Add some feature'
- Push to the branch
git push origin my-new-feature
- Create a new Pull Request
if you want to create a new file, be it a component
or a hook
, you can create it in the app-dev
folder first, after that you have to test your code first to make sure that the code you write works fine, after that you can add the files new file in the src folder, then make a git pull request
- Please follow the existing standard code
- Please test your code first before create a new pull request