Skip to content

Commit 5932e90

Browse files
Update getting-started/pull-request-lifecycle.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 0cdb96a commit 5932e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ When creating a pull request, following best practices ensures your contribution
255255
- Tests should **cover edge cases** and expected behaviors.
256256
- For bug fixes, add a test that **fails without the fix** and **passes after applying it**.
257257

258-
7. **Make Sure All Tests Pass**
258+
#. **Ensure all tests pass**
259259

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

0 commit comments

Comments
 (0)