From 15037d76a6e58802620f6a1d48e8022dd868db25 Mon Sep 17 00:00:00 2001 From: "Kostis (Codefresh)" <39800303+kostis-codefresh@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:06:03 +0000 Subject: [PATCH] docs: added PR instructions Signed-off-by: Kostis (Codefresh) <39800303+kostis-codefresh@users.noreply.github.com> --- docs/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 2d67949..9e1770d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -131,7 +131,9 @@ To run a subset of e2e tests, you need to specify the suite with `-run`, and the ``` E2E_TEST_OPTIONS="-run 'TestCanarySuite' -testify.m 'TestCanaryScaleDownOnAbortNoTrafficRouting'" make test-e2e -``` --> +``` + +--> ## Creating a Pull Request