We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8285736 commit 2a5e05dCopy full SHA for 2a5e05d
1 file changed
CONTRIBUTING.md
@@ -28,5 +28,11 @@ python manage.py runserver
28
```
29
30
4. Make your changes.
31
-5. Push your changes to your branch. Make sure to comment the `SECRET_KEY` and `LOCAL_HOST` variables.
32
-6. Create a Pull Request against the main branch.
+5. Run Tests.
+
33
+```bash
34
+python manage.py test
35
+```
36
37
+6. Push your changes to your branch. Make sure to comment the `SECRET_KEY` and `LOCAL_HOST` variables.
38
+7. Create a Pull Request against the `master` branch.
0 commit comments