Skip to content

Commit 2a5e05d

Browse files
authored
Update CONTRIBUTING.md
1 parent 8285736 commit 2a5e05d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ python manage.py runserver
2828
```
2929

3030
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.
31+
5. Run Tests.
32+
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

Comments
 (0)