From 6a6f5e57da537e8fb823d4072368c4c71ec474cc Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 13 Jun 2023 17:25:12 -0700 Subject: [PATCH] chore: :passport_control: conventional commits in body, not checkbox --- pull_request_template.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pull_request_template.yml b/pull_request_template.yml index 85160164e..d3009cfc8 100644 --- a/pull_request_template.yml +++ b/pull_request_template.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to make Calckey better! + Thanks for taking the time to make Calckey better! It's not required, but please consider using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when making your commits. If you use VSCode, please use the [Conventional Commits extension](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits). - type: textarea id: about attributes: @@ -26,5 +26,3 @@ body: required: true - label: I have made sure to run `pnpm run format` before submitting this pull request required: true - - label: I used [conventional commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits) when making commits - required: false