mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #14378 from SoMuchForSubtlety/fix-contributing-docs
[CI:DOCS] Fix test block bypass instructions
This commit is contained in:
@ -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.
|
* 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
|
(With a few exceptions, CI hooks will block your PR unless your change
|
||||||
includes files named `*_test.go` or under the `test/` subdirectory. To
|
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).
|
commit message).
|
||||||
* documentation changes.
|
* documentation changes.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user