From f46d21269a26008df3136a62d1dc323ead5a813a Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sat, 18 Jan 2025 15:05:07 +0800 Subject: [PATCH] NO-ISSUE feat: add a pull request template --- .gitea/PULL_REQUEST_TEMPLATE.yaml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.yaml diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yaml b/.gitea/PULL_REQUEST_TEMPLATE.yaml new file mode 100644 index 0000000..dd2c65a --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.yaml @@ -0,0 +1,36 @@ +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 -- 2.47.1