Files
privacy.sexy/CONTRIBUTING.md
undergroundwires 1bcc6c8b2b Improve documentation for architecture
- Simplify `README.md` by creating and moving some documentation to
`architecture.md`.
- Add more documentation for state handling between layers.
- Improve some documentation to use clearer language.
2022-01-29 15:47:44 +01:00

1.4 KiB

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 with GitOps 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

License

By contributing, you agree that your contributions will be licensed under its GNU General Public License v3.0.

Read more