liquidctl/CONTRIBUTING.md

1.8 KiB

Contributing to liquidctl

Thank you for your interest in contributing to liquidctl! There are many ways to contribute and we appreciate all of them.

We ask you, however, to adhere to our code of conduct.

Reporting bugs and other issues

Reporting problems with the software is an easy and very valuable way to contribute to the project. Please check the existing issues and, if none matches your problem, use the appropriate template to create a new issue.

Contributing changes to code and/or documentation

Awesome!

We generally use pull requests to review and (assuming everything goes well) merge contributions.

It is not necessary to discuss a change beforehand in an issue, but that can sometimes be helpful (e.g. to decide the best approach). You can also reach out to us and other fellow contributors on Discord.

Please also read the following documents, they will give you a general idea of our development process and coding styling:

And, depending on what you are doing, some of these may also be useful:


The first sentences in this file were taken from rust-lang/rust's CONTRIBUTING.md document.