We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
If you are proposing new features, please discuss them with us in the development server before you start working on them!
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
We Use Git Flow
When contributing to this project, please make sure you follow this and name your branches appropriately!
Make sure you know how Git Flow works before contributing! Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo and create your branch from
master
ordevelopment
according to Git Flow. - Update the CHANGELOG.
- If you've changed
core/*
orbot.py
, mark changelog as "BREAKING" since plugins may break. - Make sure your code passes the lint checks.
- Create Issues and pull requests!
In short, when you submit code changes, your submissions are understood to be under the same GNU Affero General Public License v3.0 that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using Github Issues
We use GitHub issues to track public bugs. Report a bug by opening a new Issue; it's that easy!
Great Bug Reports tend to have:
- A quick summary and background
- Steps to reproduce
- Be specific!
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
We use black for a unified code style.
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from the open-source contribution guidelines for Facebook's Draft