Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.42 KB

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.

Code of conduct

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.

Making a contribution

Pull request

  • 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.

Issue

  • 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?