Skip to content

How to contribute

Brett Sun edited this page Jul 15, 2018 · 2 revisions

All contributions and activity in the repo is bound to the Aragon Code of Conduct. Please be nice to everyone!

Steps:

  • Fork aragonOS and clone it.
  • npm install all dependencies.
  • Make your contribution in a separate branch.
  • Add unit tests and documentation for any new code.
  • Make sure tests are passing npm test and that there are no linting errors npm run lint.
  • Push to your repository and create a Pull Request to aragon/aragonOS's dev branch.
  • If the Pull Request is related to an issue, please add Closes #x to the pull request body, so they are properly linked
Clone this wiki locally