separate function `check_first_format_when_compressing`
[ouch.git] / CONTRIBUTING.md
blob6c5394d80abafbac83df0adac89875d6af556e28
1 Thanks for your interest in contributing to `ouch`!
3 # Code of Conduct
5 We follow the [Rust Official Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct).
7 # I want to ask a question or provide feedback
9 Create [an issue](https://github.com/ouch-org/ouch/issues) or go to [Ouch Discussions](https://github.com/ouch-org/ouch/discussions).
11 # Adding a new feature
13 Before creating a PR with a new feature, please, open an issue to suggest your addition.
15 This allows us to discuss the problem and solution, increasing the chance of your PR to be accepted.
17 # Don't forget to
19 - In your PR, add a CHANGELOG.md entry.