From e7e56eff483f298381b3b20de5664b6bcbebbc72 Mon Sep 17 00:00:00 2001 From: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:04:52 +0800 Subject: [PATCH] Replace task lists with emojis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Replace task lists with emojis (❌ and ✅) * Copyedit "General change" description to be more cleaner and consistent with the other things Note: Ignore the unformatted text, it's due to different behaviors when writing markdown on PRs vs on plain text files --- .github/pull_request_template.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 548f13c77b..354827d6a7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,11 +3,12 @@ -Fixes # (issue) +Fixes #(issue) ## Type of change + -- [ ] General change (non-breaking change that fixes typos/grammar, or adds additional content that isn't a bug or a feature) -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) \ No newline at end of file +:x: General change (non-breaking change that doesn't fit the below categories like copyediting) +:x: Bug fix (non-breaking change which fixes an issue) +:x: New feature (non-breaking change which adds functionality) +:x: Breaking change (fix or feature that would cause existing functionality to not work as expected)