summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/pull_request_template.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index bcd25ac6806..d1ce0812cb0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -30,8 +30,22 @@ This was just a quick overview. More information for contributors is available
https://raw.githubusercontent.com/ceph/ceph/master/SubmittingPatches.rst
-->
-
+## Checklist
- [ ] References tracker ticket
- [ ] Updates documentation if necessary
- [ ] Includes tests for new functionality or reproducer for bug
+---
+
+<details>
+<summary>Show available Jenkins commands</summary>
+
+- `jenkins retest this please`
+- `jenkins test make check`
+- `jenkins test make check arm64`
+- `jenkins test submodules`
+- `jenkins test dashboard`
+- `jenkins test docs`
+- `jenkins render docs`
+
+</details>