-
Notifications
You must be signed in to change notification settings - Fork 787
Working on a PR
Mehdi Achour edited this page Apr 26, 2018
·
1 revision
- Make a branch for your feature or bug fix
- Work your magic!
- Make sure tests are still okay by running
yarn test
- Test your changes on the simulator of your choice
- If possible, run the app on an actual device as well to test your feature/fix.
- Add yourself to the contributor's list by doing
yarn contributors:add
- Commit your changes in the branch, following the Angular commit conventions
Commitizen works with this repo. You can install the CLI globally (
yarn global add commitizen
) where you can then create formatted commit messages withgit cz
by filling out a few required fields.
In order for our prettier hook to work properly, you should first
git add
your files, thengit commit
them.
- Push your branch to your fork
- Create a pull request from your branch to
master
on thegitpoint/git-point
repo using the provided template. - Have your branch get merged in! 🌟
Our team is usually available on gitter should you face any trouble - join us, we ❤️ questions!