Add gitea/PULL_REQUEST_TEMPLATE.yml

This commit is contained in:
2026-02-27 15:21:26 +08:00
parent d469b0dea5
commit 67bf4210a5

View File

@@ -0,0 +1,31 @@
name: Pull Request
about: Submit a pull request
title: ""
body:
- type: markdown
attributes:
value:
- type: textarea
id: description
attributes:
label: Description
description: Provide a clear description of your changes.
validations:
required: true
- type: textarea
id: testing-instructions
attributes:
label: Testing
description: |
Please provide instructions to test the changes
validations:
required: true
- type: input
id: closes-issue
attributes:
label: Closes Issue
description: Link to the issue number using "closes #123"
placeholder: "closes #123"
validations:
required: false