From 60b99d1c7f3866b4cf948fb65e90a0c776eb3fa9 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:55:18 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcb71ffc7..032dc22c6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ +## Description **Describe the changes** **What is the current behavior?** (You can also link to an open issue here) -**What is the new behavior (if this is a feature change)?** +**What is the new behavior?** (if this is a feature change) **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) @@ -26,6 +27,9 @@ - [ ] I have checked the project can be compiled - [ ] I have tested my changes and it worked as expected + ### Patches (if there are any changes related to Harmony patches) - [ ] I have checked no IL patching errors in the console - + +### Other +- [ ] Still requires more testing