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`.