From 70420bc9e62688eda723d4bd10a3c4917deee966 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 26 Jan 2021 23:02:25 +0100 Subject: [PATCH] Add contrib docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 299e7f4..d4d2603 100644 --- a/README.md +++ b/README.md @@ -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.