# Contributing - Love your input! Contributing to this project should be 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 ## Pull request process - [GitHub flow](https://guides.github.com/introduction/flow/index.html) with [GitOps](./img/architecture/gitops.png) is used - Your pull requests are actively welcomed. - The steps: 1. Fork the repo and create your branch from master. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs, update the documentation. 4. Ensure the test suite passes. 5. Make sure your code lints. 6. Issue that pull request! - 🙏 DO - Document your changes in the pull request - ❗ DON'T - Do not update the versions, current version is only [set by the maintainer](./img/architecture/gitops.png) and updated automatically by [bump-everywhere](https://github.com/undergroundwires/bump-everywhere) ## License By contributing, you agree that your contributions will be licensed under its [GNU General Public License v3.0](./LICENSE). ## Read more - See [tests](./docs/tests.md) for testing - See [extend script](./README.md#extend-scripts) for quick steps to extend scripts - See [architecture overview](./README.md#architecture-overview) to deep dive into privacy.sexy codebase