Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

27 lines (14 loc) · 1.36 KB

Contributing to Quetre

First of all, thanks for reading this document!

Bugs and issues

If you happen to come across and issue or bug in Quetre, You can create a new issue by clicking here. (You can also go to the GitHub issues tab).

Issues can be feature requests too!

Here are some nice tips for helpful issues:

  • Use a good title

    Issue titles are important since we use them to organize the issue board, therefore, please choose titles that are short and describe the issue in detail.

  • Include every detail you can think of

    This means logs, tracebacks, use cases (if the issue is about a feature)...

Pull requests and commits

If you wish to contribute code, you can do so by forking the repository, doing the changes and then opening a pull request for your changes to be reviewed.

We just please ask you to write commit messages using the Conventional Commits standard, there is a tool called Commitizen (or CZ) that automatically formats and names your commit using this standard, in case you are interested.

About the license, by contributing to Quetre, you agree for all your contributions to be placed under the AGPL-v3.0 license. You can view a copy here.