Thank you for considering to contribute to organisation-registry.
- Create your own fork of the code
- Do the changes in a branch of your fork.
- If you like the change and think the project could use it:
- Be sure you have followed the code style for the project.
- Run
build.sh
to make sure everything still compiles and all tests are still passing. - Be sure your commits follow the style for the project. You can run
npm run commit
to use commitizen, which standardises our commit messages. - Send a pull request.