From 5932e90513684cb34c010dd76693733fde864eca Mon Sep 17 00:00:00 2001 From: Swasti Mishra <140950062+swastim01@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:41:53 +0530 Subject: [PATCH] Update getting-started/pull-request-lifecycle.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- getting-started/pull-request-lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index 5e61a0d6d..1e10caa28 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -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.