34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Contributing to Onionr
|
|
|
|
One of the great things about open source projects is that they allow for anyone to contribute to the project.
|
|
|
|
This file serves to provide guidelines on how to successfully contribute to Onionr.
|
|
|
|
## Code of Conduct
|
|
|
|
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)
|
|
|
|
## Reporting Bugs
|
|
|
|
Bugs can be reported using GitLab issues. Please try to see if an issue is already opened for a particular thing.
|
|
|
|
See the [issue template](ISSUE_TEMPLATE.md) for what to include when reporting a bug.
|
|
|
|
If a bug is a security issue, please contact us privately.
|
|
|
|
Please be patient. Onionr is a free open source project maintained by volunteers in their free time.
|
|
|
|
## 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.
|
|
|
|
## Contributing Code
|
|
|
|
For any non-trivial changes, please get in touch with us first to discuss your plans.
|
|
|
|
Please try to use a similar coding style as the project. We like PEP-8 despite being lazy with it in the past.
|
|
|
|
**Thanks for contributing to Onionr!**
|