1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.. _contributing:
Contributing
============
Love Python Semantic Release? Want to help out? There are many ways you can contribute to the project!
You can help by:
- Reporting bugs and issues
- Suggesting new features
- Improving the documentation
- Reviewing pull requests
- Contributing code
- Helping with translations
- Spreading the word about Python Semantic Release
- Participating in discussions
- Testing new features and providing feedback
No matter how you choose to contribute, please check out our
:ref:`Contributing Guidelines <contributing_guide>` and know we appreciate your help!
**Check out all the folks whom already contributed to Python Semantic Release and become one of them today!**
`Contributors <https://github.com/python-semantic-release/python-semantic-release/graphs/contributors>`_
.. toctree::
:hidden:
:maxdepth: 1
Contributing Guide <contributing_guide>
|