blog/.gitea/PULL_REQUEST_TEMPLATE.yaml
SquidSpirit 15d1bcb823
All checks were successful
Frontend CI / build (push) Successful in 1m20s
NO-ISSUE Fix PR template check list option content (#29)
### Description

- As the title

### Package Changes

_No response_

### Screenshots

_No response_

### Reference

_No issue_

### Checklist

- [x] The title is meet the format `BLOG-XXX: Title title title`
- [ ] A milestone is set
- [ ] The related issuse has been linked to this branch

Reviewed-on: #29
Co-authored-by: SquidSpirit <squid@squidspirit.com>
Co-committed-by: SquidSpirit <squid@squidspirit.com>
2025-01-20 23:15:08 +08:00

39 lines
859 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: "The title is meet the format `'BLOG-XXX Title title title'`"
- label: A milestone is set
- label: The related issuse has been linked to this branch