From a4a17a607d3dd7af1afb323a7606d228b617bc4a Mon Sep 17 00:00:00 2001 From: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:50:25 +0800 Subject: [PATCH] chore(workflow): Introduce new PR template --- .github/pull_request_template.md | 43 ++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 354827d6a7..7f1fb8b8a5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,41 @@ -## Description + - +### Description + Fixes #(issue) -## Type of change - +### Reasoning -: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) + + + +### Testing + + + + +### Type of change + + + +:x: **Bug fix** (A non-breaking change that fixes an issue) +:x: **New feature** (A non-breaking change that adds functionality) +:x: **Breaking change** (A fix or feature that would cause existing functionality to not work as expected) +:x: **Refactor** (A code change that neither fixes a bug nor adds a feature) +:x: **Performance** (A code change that improves performance) +:x: **Style** (Code style changes) +:x: **Docs** (Changes to documentation) +:x: **Chore** (Changes to the build process or other tooling)