Skip to content

Commit

Permalink
Update getting-started/pull-request-lifecycle.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Ulbrych <[email protected]>
  • Loading branch information
swastim01 and StanFromIreland authored Feb 12, 2025
1 parent 0cdb96a commit 5932e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/pull-request-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ When creating a pull request, following best practices ensures your contribution
- Tests should **cover edge cases** and expected behaviors.
- For bug fixes, add a test that **fails without the fix** and **passes after applying it**.

7. **Make Sure All Tests Pass**
#. **Ensure all tests pass**

- The entire test suite must **run without failures** before submission.
- Run ``make test`` or refer to :ref:`runtests` to check for test failures.
Expand Down

0 comments on commit 5932e90

Please sign in to comment.