# Contributing If you want to help with the development (improvement, update, bug-fixing, ...) of `contentrules.slack` this is a great idea! - [Issue Tracker](https://github.com/collective/contentrules.slack/issues) - [Source Code](https://github.com/collective/contentrules.slack/) - [Documentation](https://contentrulesslack.readthedocs.io/) We appreciate any contribution and if a release is needed to be done on PyPI, please just contact one of us. ## Development You need a working `python` environment (system, virtualenv, pyenv, etc) version 3.7 or superior. Then install the dependencies and a development instance using: ```bash make build ``` To run tests for this package: ```bash make test ``` By default we use the latest Plone version in the 6.x series.