From a8665b4bafa3745ceb198ca247e389b888520cff Mon Sep 17 00:00:00 2001 From: Obi Fortune Date: Sat, 20 Jul 2024 12:31:21 -0400 Subject: [PATCH] make the templates checboxes by default --- .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 ccb2a022..905cdc0f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,13 +31,13 @@ [ ] - Not correct; marked as **not** done --> -- [] My code follows the code style of this project. -- [] This PR does not contain plagiarized content. -- [] The title and description of the PR is clear and explains the approach. -- [] I am making a pull request against the **dev branch** (left side). -- [] My commit messages styles matches our requested structure. -- [] My code additions will fail neither code linting checks nor unit test. -- [] I am only making changes to files I was requested to. +- [ ] My code follows the code style of this project. +- [ ] This PR does not contain plagiarized content. +- [ ] The title and description of the PR is clear and explains the approach. +- [ ] I am making a pull request against the **dev branch** (left side). +- [ ] My commit messages styles matches our requested structure. +- [ ] My code additions will fail neither code linting checks nor unit test. +- [ ] I am only making changes to files I was requested to. # Screenshots/Videos