summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: 6ca4a412c8de6de33eff25aa05121df34f7c1322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing

Everyone is welcome to contribute to this project.

Make sure to use `git commit --signoff`, so that you acknowledge and sign the
[DCO](https://developercertificate.org/).
Our CI verifies that.

Make sure to write [decent commit messages](https://cbea.ms/git-commit/) as
well!

If you're planning bigger features or rewrites, feel free to open an issue
first, to discuss your plans!

Besides that: Have fun!