Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 551 Bytes

Contributing

If you would like to contribute to the current project, follow these rules:

  • One pull request per issue (bug, feature, ...).
  • Create feature branches.
  • Test the changes if possible. Pull requests that doesn't pass the tests, will not be accepted (npm run test:unit).
  • Update the README.md file if necessary.
  • Update the CHANGELOG.md if necessary.

Do you want to start now? Check the issues tab in gitlab, fork and start coding!