Any contribution is welcome.
If you have any issue, features of patches to submit, please follow these few and simple guidelines.
- Make sure you have a GitHub account
- Check if your feature or bug is already in the issues. If not, please create a new issue and describe it clearly.
- Fork the repository from GitHub
- Create a new feature branch in your fork starting from the main branch.
- Make commits of logical units.
- Check for unnecessary whitespace with
git diff --check
before committing. - Make sure your commit messages describe briefly your changes.
- Push your changes to your feature branch in your fork.
- Submit a pull request using main as base branch