- Good First Issues
- Roadmap
- We encourage to Join the team and be an active member
- If there is no issue yet: Submit an issue describing your proposed change.
- 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)
- Fork the repo, develop and test your code changes.
- Please always check the provide templates for Issues and Pull Requests, deleting what is not need.
- Update the
CHANGELOG.md
, like ilustrate below. - If need add tests and README/WIKI sessions.
- Submit your Pull Request
- 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