Any kind of contribution will be highly appreciated. This can be done by submitting an issue or a pull request to the Quich repository.
Contributing for the first time to an open source project can make you feel a little insecure, but don't worry, any misunderstanding or mistake will be understood.
Before making a contribution to the project, please read the following points and be sure to follow them:
- Avoid being harsh and using bad language.
- Don't be discriminatory.
- Always assume good intentions.
Any behavior that can be qualified as harassment won't be tolerated.
- Fork the repository on GitHub.
- Create a feature branch based on the master branch (or in the respective version branch that you will update).
- Make your changes and be sure that your commit messages are easy to understand.
- Update the version tag, tests or documentation if you think it's necessary.
- Submit the pull request to the respective branch.
- Make sure that the same issue does not exist before making a new one.
- Take advantage of the available labels, and use them correctly.
- For writing an issue based on a bug or error, it's recommended to answer the following questions in the issue description:
- What are the steps to reproduce?
- What is the expected behaviour?
- What is the environment? (GCC version, OS...)
- Do you have any additional information?