diff options
author | Sage Weil <sage@newdream.net> | 2021-11-20 15:55:20 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2021-11-20 15:56:06 +0100 |
commit | c68b9c0d1ef1c23af74ec4b866bdd780bcadda89 (patch) | |
tree | 014da6b6c886b9086d8c6e83ebae8485677f5bbc /.github | |
parent | Merge pull request #43999 from kamoltat/wip-autoscale-profile-scale-up-default (diff) | |
download | ceph-c68b9c0d1ef1c23af74ec4b866bdd780bcadda89.tar.xz ceph-c68b9c0d1ef1c23af74ec4b866bdd780bcadda89.zip |
.github/pull_request_template: add cleanup option
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6529b7dee94..09f2a9887c8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,7 @@ - [ ] Very recent bug; references commit where it was introduced - [ ] New feature (ticket optional) - [ ] Doc update (no ticket needed) + - [ ] Code cleanup (no ticket needed) - Component impact - [ ] Affects [Dashboard](https://tracker.ceph.com/projects/dashboard/issues/new), opened tracker ticket - [ ] Affects [Orchestrator](https://tracker.ceph.com/projects/orchestrator/issues/new), opened tracker ticket |