summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Ahrer <jakob@ahrer.dev>2022-05-26 13:47:16 +0200
committerSoMuchForSubtlety <jakob@ahrer.dev>2022-05-26 14:27:47 +0200
commitde54d33d23b160d9c0d85698acb6aa64945662f3 (patch)
tree3a4afb52d1fe1f0f252e0094f73f8e421aa05815
parent800a367d737828193de5e41f8ad5587e2dde1f59 (diff)
downloadpodman-de54d33d23b160d9c0d85698acb6aa64945662f3.tar.gz
podman-de54d33d23b160d9c0d85698acb6aa64945662f3.tar.bz2
podman-de54d33d23b160d9c0d85698acb6aa64945662f3.zip
Fix test block bypass instructions
A new string was added in 521c0cb and the old one removed with 2ed31f9 [NO NEW TESTS NEEDED] Signed-off-by: Jakob Ahrer <jakob@ahrer.dev>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e9f40dffe..271c130c9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -150,7 +150,7 @@ Regardless of the type of PR, all PRs should include:
* additional testcases. Ideally, they should fail w/o your code change applied.
(With a few exceptions, CI hooks will block your PR unless your change
includes files named `*_test.go` or under the `test/` subdirectory. To
- bypass this block, include the string `[NO TESTS NEEDED]` in your
+ bypass this block, include the string `[NO NEW TESTS NEEDED]` in your
commit message).
* documentation changes.