chore(workflow): Introduce new PR template

This commit is contained in:
SuperDragonXD
2025-07-30 12:50:25 +08:00
committed by GitHub
parent 40c074d756
commit a4a17a607d

View File

@@ -1,14 +1,41 @@
## Description
<!--
Thanks for your contribution! A clear description and a test plan are the best way to get your PR reviewed and merged quickly.
For simple `Style` or `Chore` changes, a detailed description is optional.
-->
<!-- Please include a summary of the change. Please also include relevant motivation and context. -->
### Description
<!-- A clear and concise one-paragraph summary of what this PR does. -->
Fixes #(issue) <!-- optional -->
## Type of change
<!-- Replace :x: with :white_check_mark: to "check" the specified bullet -->
### 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)
<!--
(Optional - for major changes)
A more detailed explanation of the "why."
- Why was this change necessary? (e.g., technical debt, user feedback, architectural improvement)
- What are the core principles of the new solution?
-->
### Testing
<!--
(Optional - but highly encouraged for any functional change)
A step-by-step script for how to test these changes.
-->
### Type of change
<!-- Please replace the :x: with a :white_check_mark: for the ONE line that best describes your 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)