blog/.gitea/PULL_REQUEST_TEMPLATE.yaml
SquidSpirit 9ec33c38e4
Some checks failed
Frontend CI / build (push) Has been cancelled
NO-ISSUE feat: pr title check workflow
2025-01-20 23:28:27 +08:00

38 lines
780 B
YAML

name: Pull Request Template
about: Use this template for creating a pull request
body:
- type: textarea
id: description
attributes:
label: Description
validations:
required: true
- type: textarea
id: package
attributes:
label: Package Changes
description: List the packages changed in this PR
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: reference
attributes:
label: Reference
placeholder: "Resolves #ISSUE_NUMBER"
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: A milestone is set
- label: The related issuse has been linked to this branch