diff options
author | Matthew Jones <matburt@redhat.com> | 2018-10-05 20:32:47 +0200 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2018-10-05 20:32:47 +0200 |
commit | e0c7a7becea574aefe32dd9964c9d033a0223751 (patch) | |
tree | 370b698f18673a9e9d9a376d4b27beeda5e6312d /CONTRIBUTING.md | |
parent | Remove shippable configuration (diff) | |
download | awx-e0c7a7becea574aefe32dd9964c9d033a0223751.tar.xz awx-e0c7a7becea574aefe32dd9964c9d033a0223751.zip |
Mention zuul in contributing
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 d89f231ebb..06c46c783d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -329,7 +329,7 @@ We like to keep our commit history clean, and will require resubmission of pull Sometimes it might take us a while to fully review your PR. We try to keep the `devel` branch in good working order, and so we review requests carefully. Please be patient. -All submitted PRs will have the linter and unit tests run against them, and the status reported in the PR. +All submitted PRs will have the linter and unit tests run against them via Zuul, and the status reported in the PR. ## Reporting Issues |