Update .gitea/PULL_REQUEST_TEMPLATE.yml

This commit is contained in:
2026-02-03 16:53:12 +08:00
parent 07e52a6237
commit 12ff9e50d2

View File

@@ -9,6 +9,7 @@ body:
description: Provide a clear description of your changes. description: Provide a clear description of your changes.
validations: validations:
required: true required: true
- type: input - type: input
id: related-issue id: related-issue
attributes: attributes:
@@ -17,14 +18,13 @@ body:
placeholder: "e.g., #123" placeholder: "e.g., #123"
validations: validations:
required: false required: false
- type: input
id: closes-issue - type: markdown
attributes: attributes:
label: Closes Issue value: |
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged. ### Closes
placeholder: "e.g., #456" Closes #___
validations:
required: false
- type: textarea - type: textarea
id: testing-instructions id: testing-instructions
attributes: attributes: