Update pull_request_template.md (#3013)

This commit is contained in:
YANG QIA 2023-11-10 11:07:43 +08:00 committed by GitHub
parent d72a64976e
commit ea4b88e57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,24 @@
> **Note** <!-- Note -->
> This is a template for submitting a new feature. Use the bug fix template if you're submitting a bug fix pull request by adding `template=bug_fix.md` to your pull request URL. <!-- This is a template for submitting a new feature.
Use the bug fix template if you're submitting a bug fix pull request by adding `template=bug_fix.md` to your pull request URL. -->
# Description (需求描述) # Description (需求描述)
Describe the new feature or modification to an existing feature clearly and consciously. <!-- Describe the new feature or modification to an existing feature clearly and consciously. -->
# Motivation (需求背景) # Motivation (需求背景)
Explain the reason for adding or modifying this feature. <!-- Explain the reason for adding or modifying this feature. -->
# Key changes (关键改动) # Key changes (关键改动)
Provide a technically detailed description of the key changes made. <!-- Provide a technically detailed description of the key changes made. -->
- Frontend (前端) - Frontend (前端)
- Backend (后端) - Backend (后端)
# Test plan (测试计划) # Test plan (测试计划)
## Suggestions (测试建议) ## Suggestions (测试建议)
Provide any suggestions or recommendations for improvements in the testing plan. <!-- Provide any suggestions or recommendations for improvements in the testing plan. -->
## Underlying risk (潜在风险) ## Underlying risk (潜在风险)
Identify any potential risks or issues that may arise from the new feature or modification. <!-- Identify any potential risks or issues that may arise from the new feature or modification. -->
# Showcase (结果展示) # Showcase (结果展示)
Including any screenshots of the new feature or modification. <!-- Including any screenshots of the new feature or modification. -->