File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Thank you for considering contributing to nxtbn! This guide provides an overview
12
12
2 . ** Create a New Branch** : Use a descriptive branch name for your contribution.
13
13
3 . ** Make Changes** : Implement your changes following our coding guidelines.
14
14
4 . ** Run Tests** : Ensure that your changes do not introduce errors or the tests is not covered, make sure write new test or modify existing test.
15
- To run the test: python manage.py test (For all tests)
16
- to run specific test: python manage.py test nxtbn.<app name >.tests.<file name without .py extension)
15
+ To run the test: ` python manage.py test ` (For all tests)
16
+ to run specific test: ` python manage.py test nxtbn.<app name>.tests.<file name without .py extension) `
17
17
6 . ** Submit a Pull Request** : Open a pull request (PR) from your branch to the ` main ` branch, providing a clear description of the changes.
18
18
19
19
## Getting Started
You can’t perform that action at this time.
0 commit comments