mirror of https://github.com/containers/podman.git
Merge pull request #14378 from SoMuchForSubtlety/fix-contributing-docs
[CI:DOCS] Fix test block bypass instructions
This commit is contained in:
commit
e3663fbd7a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue