django-dynamic-fixture
django-dynamic-fixture copied to clipboard
Add Contributing.rst
I would like to contribute but the process of getting the development environment set up is not very clear. Adding a contributing.rst with instructions on how to set up a development environment, run pytest, and standard practice for how pull requests should be submitted would be extremely helpful.
Thanks for the help:
For now, you can try:
- Clone the repository
- make prepare
- make os_deps (please convert the OS code to the system you are using)
- make deps
- make test