Skip to content

Commit

Permalink
docs(README): add contributing section (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus authored Sep 19, 2023
1 parent aabbc61 commit 38a902c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38a902c

Please sign in to comment.