diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-26 08:47:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 08:47:15 -0400 |
commit | e3663fbd7a9b96095edf3771000ba77892578bb5 (patch) | |
tree | 1a51c3f94d3344fbea6f836158924c1ddd5d9edf /CONTRIBUTING.md | |
parent | ff7e2465d0110a31b1cc174fb8aa577b37709b48 (diff) | |
parent | de54d33d23b160d9c0d85698acb6aa64945662f3 (diff) | |
download | podman-e3663fbd7a9b96095edf3771000ba77892578bb5.tar.gz podman-e3663fbd7a9b96095edf3771000ba77892578bb5.tar.bz2 podman-e3663fbd7a9b96095edf3771000ba77892578bb5.zip |
Merge pull request #14378 from SoMuchForSubtlety/fix-contributing-docs
[CI:DOCS] Fix test block bypass instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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. |