README.md: add better contribution guidelines

This commit is contained in:
Kosma Moczek 2022-05-23 15:38:26 +02:00
parent 25d1224ae2
commit 7ea8901880

View File

@ -144,10 +144,12 @@ typing ``make``.
action is to build with ``-Dtimegm=mktime`` which will work correctly as long action is to build with ``-Dtimegm=mktime`` which will work correctly as long
the system runs in the default ``UTC`` timezone. the system runs in the default ``UTC`` timezone.
## Bugs ## Contributing
There are plenty. Report them on GitHub, or - even better - open a pull request. 1. Use the GitHub pull request system.
Please write unit tests for any new functions you add - it's fun! 2. Make sure to follow to existing style (naming, indentation, etc.)
3. Write unit tests for any new functionality you add.
4. Be aware you're submitting your work under the repository's license.
## Licensing ## Licensing