From 593ee6bdc69366c767eb41da5f28c3cdc7d8f5cf Mon Sep 17 00:00:00 2001 From: Paul Molodowitch Date: Wed, 5 Feb 2025 09:13:26 -0800 Subject: [PATCH] [github] pull request template: fix checklist markdown formatting Noticed when making a PR recently that the check-boxes weren't getting the nice "fancy" rendering, so fixed the markdown formatting --- .github/pull_request_template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 346ae60941..f86e3037d2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,14 +6,14 @@ ### Checklist -[ ] I have created this PR based on the dev branch +- [ ] I have created this PR based on the dev branch -[ ] I have followed the [coding conventions](https://openusd.org/release/api/_page__coding__guidelines.html) +- [ ] I have followed the [coding conventions](https://openusd.org/release/api/_page__coding__guidelines.html) -[ ] I have added unit tests that exercise this functionality (Reference: -[testing guidelines](https://openusd.org/release/api/_page__testing__guidelines.html)) +- [ ] I have added unit tests that exercise this functionality (Reference: + [testing guidelines](https://openusd.org/release/api/_page__testing__guidelines.html)) -[ ] I have verified that all unit tests pass with the proposed changes +- [ ] I have verified that all unit tests pass with the proposed changes -[ ] I have submitted a signed Contributor License Agreement (Reference: -[Contributor License Agreement instructions](https://openusd.org/release/contributing_to_usd.html#contributor-license-agreement)) +- [ ] I have submitted a signed Contributor License Agreement (Reference: + [Contributor License Agreement instructions](https://openusd.org/release/contributing_to_usd.html#contributor-license-agreement))