From 67bf4210a5e639742391d9a37588ddd2e15c1c40 Mon Sep 17 00:00:00 2001 From: timmybee Date: Fri, 27 Feb 2026 15:21:26 +0800 Subject: [PATCH] Add gitea/PULL_REQUEST_TEMPLATE.yml --- gitea/PULL_REQUEST_TEMPLATE.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gitea/PULL_REQUEST_TEMPLATE.yml diff --git a/gitea/PULL_REQUEST_TEMPLATE.yml b/gitea/PULL_REQUEST_TEMPLATE.yml new file mode 100644 index 0000000..ae543a4 --- /dev/null +++ b/gitea/PULL_REQUEST_TEMPLATE.yml @@ -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 \ No newline at end of file