This document describes how to contribute to this repository. Pull requests containing bug fixes, updates, and extensions to the existing tools and packages in this repository will be reviewed before inclusion.
The first step in contribution is issue opening. You can propose also propose changes with pull request:
- Make sure you have a GitHub account
- Make sure you have git installed
- Fork the repository on GitHub
- Make the desired modifications inside a feature branch.
- Try to stick to the IUC standards whenever you can
- Make sure you have added the necessary tests for your changes and they pass.
- Open a pull request with these changes.