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 many people to contribute to the project.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
See our [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.
|
|
|
|
|
|
|
|
Please provide the following information when reporting a bug:
|
2018-02-23 04:03:14 +00:00
|
|
|
|
2018-12-09 17:29:39 +00:00
|
|
|
* Operating system
|
|
|
|
* Python version
|
|
|
|
* Onionr version
|
|
|
|
* Onionr logs or output with errors, any possible relevant information.
|
|
|
|
* A description of what you were doing before the bug was experienced
|
|
|
|
* Screenshots can often be helpful, but videos are rarely helpful.
|
|
|
|
|
|
|
|
If a bug is a security issue, please contact us privately.
|
|
|
|
|
|
|
|
And most importantly, please be patient. Onionr is an open source project done by volunteers.
|
2018-02-23 04:03:14 +00:00
|
|
|
|
|
|
|
## Asking Questions
|
|
|
|
|
2019-02-02 03:49:11 +00:00
|
|
|
If you need help with Onionr, you can contact the devs (be polite and remember this is a volunteer-driven non-profit project).
|
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.
|
|
|
|
|
|
|
|
Please try to use a similar coding style as the project.
|
2018-02-23 04:03:14 +00:00
|
|
|
|
|
|
|
**Thanks for contributing to Onionr!**
|