Skip to content

Working on a PR

Mehdi Achour edited this page Apr 26, 2018 · 1 revision
  1. Make a branch for your feature or bug fix
  2. Work your magic!
  3. Make sure tests are still okay by running yarn test
  4. Test your changes on the simulator of your choice
  5. If possible, run the app on an actual device as well to test your feature/fix.
  6. Add yourself to the contributor's list by doing yarn contributors:add
  7. 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 with git cz by filling out a few required fields.

In order for our prettier hook to work properly, you should first git add your files, then git commit them.

  1. Push your branch to your fork
  2. Create a pull request from your branch to master on the gitpoint/git-point repo using the provided template.
  3. Have your branch get merged in! 🌟
Clone this wiki locally