mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: add common bot commands to GitHub PR template
By placing the common bot commands and their description in the PR template, developers are reminded on their usage. The idea comes from the Ceph project where this is done too. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
523d813b4e
commit
eefaf09ade
15
.github/pull_request_template.md
vendored
15
.github/pull_request_template.md
vendored
@ -33,3 +33,18 @@ Fixes: #issue_number
|
||||
|
||||
List items that are not part of the PR and do not impact it's
|
||||
functionality, but are work items that can be taken up subsequently.
|
||||
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary>Show available bot commands</summary>
|
||||
|
||||
These commands are normally not required, but in case of issues, leave any of
|
||||
the following bot commands in an otherwise empty comment in this PR:
|
||||
|
||||
- `/retest ci/centos/<job-name>`: retest the `<job-name>` after unrelated
|
||||
failure (please report the failure too!)
|
||||
- `/retest all`: run this in case the CentOS CI failed to start/report any test
|
||||
progress or results
|
||||
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user