Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

21 lines (18 loc) · 1.21 KB

How to become a contributor and submit your own code

Useful links

Doing some code

  1. If there is no issue yet: Submit an issue describing your proposed change.
  2. The repo owner will respond to your issue promptly. (This is important to keep the discussion split of the code review, but you can already start you code if you think will be accept)
  3. Fork the repo, develop and test your code changes.
  4. Please always check the provide templates for Issues and Pull Requests, deleting what is not need.
  5. Update the CHANGELOG.md, like ilustrate below.
  6. If need add tests and README/WIKI sessions.
  7. Submit your Pull Request

Updating CHANGELOG.md

  • Check the file CHANGELOG.md
  • Add your changes under ## [unreleased x.x.x] - following the format (Added, Changed, etc)
  • Link the issue to your changes using Small description [#XX](link_to_the_issue) where XX is the number of the issue or
  • Check previous versions for more guidance