Merge pull request #14378 from SoMuchForSubtlety/fix-contributing-docs

[CI:DOCS] Fix test block bypass instructions
This commit is contained in:
OpenShift Merge Robot
2022-05-26 08:47:15 -04:00
committed by GitHub

View File

@ -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.