All checks were successful
Frontend CI / build (push) Successful in 1m20s
### Description - The validation regex is `^(BLOG-[0-9]+|NO-ISSUE) [A-Z].+$` ### 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: #30 Co-authored-by: SquidSpirit <squid@squidspirit.com> Co-committed-by: SquidSpirit <squid@squidspirit.com>
38 lines
780 B
YAML
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
|