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
commit e3663fbd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.