Onionr/CONTRIBUTING.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2018-02-23 04:03:14 +00:00
# Contributing to Onionr
2018-12-09 17:29:39 +00:00
One of the great things about open source projects is that they allow for anyone to contribute to the project.
2018-12-09 17:29:39 +00:00
This file serves to provide guidelines on how to successfully contribute to Onionr.
2018-02-23 04:03:14 +00:00
## Code of Conduct
2018-03-03 09:03:42 +00:00
Contributors in project-related spaces/contexts are expected to follow the [Code of Conduct](https://github.com/beardog108/onionr/blob/master/CODE_OF_CONDUCT.md)
2018-02-23 04:03:14 +00:00
## Reporting Bugs
2018-12-09 17:29:39 +00:00
Bugs can be reported using GitLab issues. Please try to see if an issue is already opened for a particular thing.
2019-08-06 03:10:21 +00:00
See the [issue template](ISSUE_TEMPLATE.md) for what to include when reporting a bug.
2018-12-09 17:29:39 +00:00
If a bug is a security issue, please contact us privately.
2019-08-06 03:10:21 +00:00
Please be patient. Onionr is a free open source project maintained by volunteers in their free time.
2018-02-23 04:03:14 +00:00
## Asking Questions
If you need help with Onionr, you can contact the devs (be polite and remember this is a volunteer-driven project).
Do your best to use good english.
2018-02-23 04:03:14 +00:00
## Contributing Code
2018-12-09 17:29:39 +00:00
For any non-trivial changes, please get in touch with us first to discuss your plans.
2019-08-06 05:49:31 +00:00
Please try to use a similar coding style as the project. We like PEP-8 despite being lazy with it in the past.
2018-02-23 04:03:14 +00:00
**Thanks for contributing to Onionr!**