Skip to content

Commit 7b85db0

Browse files
Update CONTRIBUTING.md
1 parent b6b5b04 commit 7b85db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Thank you for considering contributing to nxtbn! This guide provides an overview
1212
2. **Create a New Branch**: Use a descriptive branch name for your contribution.
1313
3. **Make Changes**: Implement your changes following our coding guidelines.
1414
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)`
1717
6. **Submit a Pull Request**: Open a pull request (PR) from your branch to the `main` branch, providing a clear description of the changes.
1818

1919
## Getting Started

0 commit comments

Comments
 (0)