From 38a902c9e780a162b1c6dab9e7e3fb9bd4bc18f4 Mon Sep 17 00:00:00 2001 From: Julian Coy Date: Tue, 19 Sep 2023 03:40:23 -0400 Subject: [PATCH] docs(README): add contributing section (#34) --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index d171c92..6b81d76 100644 --- a/README.rst +++ b/README.rst @@ -67,3 +67,18 @@ Also see `/examples` for more examples. >>> client.delete_records('apple.com', name='test') True .. + +Contributing +------------ + +If you want to contribute, first off: thank you! + +------------------- +Steps to Contribute +------------------- + +#. Pull the repository +#. Run `make install` to install the library and development dependencies +#. Make changes +#. Add tests +#. Open a pull request towards the `main` branch