Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.19 KB

Contributing to Ochrona

Hi! We welcome all contributors who want to help improve Ochrona.

Code of Conduct

Everyone who participates in this project is governed by the our Code of Conduct.

Reporting Bugs

If you encounter a bug, please open an issue here

Before submitting a new issue you might want to check for an existing issue to know if there is already a reported issue. If an issue is already open please feel free to add a comment to the existing issue instead of creating a new one.

Feature Requests

If you have an idea for an enhancement to the project, whether or not you intend to implement that improvement yourself, please open an issue here.

Code Contributions

Requirements

  • Use black to format you code.
  • Use type hints in compliance with mypy
  • Add tests for any new or modified code
  • Record all changes in CHANGELOG.md.

We look forward to your contributions!