From 31246c569a549e2dfa10c75d64827de50b580fe4 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Tue, 23 Feb 2021 12:58:47 -0500 Subject: [PATCH] Update PR template to use checkbox task lists (#3492) To use checkboxes, each line must be part of a list. For more details, see: https://docs.github.com/en/github/managing-your-work-on-github/about-task-lists#creating-task-lists Signed-off-by: Bridget McErlean --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 255ff2bba..38aa77167 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,6 @@ Fixes #(issue) # Please indicate you've done the following: -[ ] [Accepted the DCO](https://velero.io/docs/v1.5/code-standards/#dco-sign-off). Commits without the DCO will delay acceptance. -[ ] [Created a changelog file](https://velero.io/docs/v1.5/code-standards/#adding-a-changelog) or added `/kind changelog-not-required`. -[ ] Updated the corresponding documentation in `site/content/docs/main`. \ No newline at end of file +- [ ] [Accepted the DCO](https://velero.io/docs/v1.5/code-standards/#dco-sign-off). Commits without the DCO will delay acceptance. +- [ ] [Created a changelog file](https://velero.io/docs/v1.5/code-standards/#adding-a-changelog) or added `/kind changelog-not-required`. +- [ ] Updated the corresponding documentation in `site/content/docs/main`.