Add contrib docs

This commit is contained in:
Luke Murphy 2021-01-26 23:02:25 +01:00
parent 0c5f6b7016
commit 70420bc9e6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,7 @@ XMPP bot experiments going on in
- [Roadmap](#roadmap)
- [Changes](#changes)
- [License](#license)
- [Contributing](#contributing)
## Install
@ -418,3 +419,10 @@ See the [CHANGELOG.md](./CHANGELOG.md).
## License
See the [LICENSE](./LICENSE.md).
## Contributing
Any and all contributions most welcome! Happy to hear how you use the library
or what could be improved from a usability perspective. To test, install
[Tox](https://tox.readthedocs.io/en/latest/) (`pip install tox`) and run `tox`
to run the test suite locally.