Create CONTRIBUTING.md (#76)

This commit is contained in:
Michał Leszczyński
2023-03-03 21:33:25 +01:00
committed by GitHub
parent 2063e46897
commit 61605221a6

22
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,22 @@
# Contribution guideline
We would always be really happy to accept any valuable contributions to LibHaLo.
## The basics
* When you are preparing a new Pull Request that would modify the LibHaLo's source code, please make sure to test your changes on at least one of the supported platforms.
* Project maintainers will take care of running more detailed checks on your Pull Request and reviewing the provided implementation.
* Once your changes are ready, please submit them using [GitHub's Pull Request mechanism](https://github.com/arx-research/libhalo/pulls).
## Consultation with project maintainers
If you would like to contribute to this repository but you have any questions or doubts, please submit [a new issue](https://github.com/arx-research/libhalo/issues/new/choose), or contact the project maintainers in private:
* Michał Leszczyński (ml@arx.sh)
* Cameron Robertson (cameron@arx.sh)
The project maintainers will do their best to advise you on how to implement your contribution. We strongly advise to address the email to all persons listed above, as this will result in the fastest response to your questions.
## License
All contributions to this repository will be governed by the [MIT license](https://github.com/arx-research/libhalo/blob/master/LICENSE).