1 2 3 4 5 6 7 8 9 10 11
|
# Contributing to `pipx`
Thank you for your interest in contributing to pipx! There are many ways to contribute, and we appreciate all of them.
As a reminder, all contributors are expected to follow the [PSF Code of Conduct][coc].
[coc]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
## Development Documentation
Our [development documentation](https://pipx.pypa.io/latest/contributing/) contains details on how to get started with
contributing to `pipx`, and details of our development processes.
|