Compare commits

..

1 Commits

Author SHA1 Message Date
51689a374c test3 2026-02-03 16:54:11 +08:00
2 changed files with 9 additions and 12 deletions

0
.gitea/ISSUE_TEMPLATE/2 Normal file
View File

View File

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