If you'd like to contribute to this repository, please read the following guidelines. We want to make sure that everyone gets the most out of their efforts.
This project has adopted the Contributor Covenant Code of Conduct. For more information, see the Contributor Covenant.
Please use proper issues for bug reports, documentation fix, feature requests and general feedback. This way we can more easily track actual bugs from the code and help get things fixed.
Please follow these recommendations.
- Always fork repository to your own account for applying modifications
- Do not combine multiple changes to one PR
- If you are submitting typo or documentation fix, you can combine modifications to single PR where suitable
Here's a high level process for PR's:
- Fork the main repository to your GitHub account
- Include your changes to your branch
- Commit your changes using descriptive commit message
- Create a pull request in your own fork and target 'main' branch
- Fill up the provided PR template with the requested details
note. Delete the feature specific branch only AFTER your PR has been processed.