From 0e70cdfd4b4edad68d8d67356e109edc7dc7c55b Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Wed, 4 Oct 2023 23:39:13 +0200 Subject: [PATCH] Make checks in pull_request_template render as actual checkboxes (#1414) --- .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 7c1fcad913..03f15fd82f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,6 +14,6 @@ Github Actions when a pull request is made. More details on running the tests lo ### Checks -[ ] Are your contributions backwards compatible with relevant frameworks and APIs? -[ ] Does your code contain any breaking changes? Please describe. -[ ] Does your code introduce any new dependencies? Please describe. +- [ ] Your contributions are backwards compatible with relevant frameworks and APIs. +- [ ] Your code does not contain any breaking changes. Otherwise please describe. +- [ ] Your code does not introduce any new dependencies. Otherwise please describe.