From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Fri, 6 Aug 2021 17:32:24 +0000 (+0200) Subject: .github: include Dashboard/Orch in checklist X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-github_pr_template-master;p=ceph.git .github: include Dashboard/Orch in checklist Signed-off-by: Ernesto Puerta --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4d8d4d41a0d2..5bef496727cb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,8 +31,9 @@ https://raw.githubusercontent.com/ceph/ceph/master/SubmittingPatches.rst --> ## Checklist -- [ ] References tracker ticket -- [ ] Updates documentation if necessary +- [ ] References [tracker ticket](https://tracker.ceph.com/issues/new) + - [ ] Affects [Dashboard](https://tracker.ceph.com/projects/dashboard/issues/new) and/or [Orchestrator](https://tracker.ceph.com/projects/orchestrator/issues/new), open tracker ticket (if necessary) +- [ ] Updates [documentation](https://docs.ceph.com/en/latest/) (if necessary) - [ ] Includes tests for new functionality or reproducer for bug ---