From 1eb4deca28c99079c316f01f4a0f2dfc0e35fa17 Mon Sep 17 00:00:00 2001 From: Tommy K Date: Thu, 2 May 2024 10:56:43 +0200 Subject: [PATCH] Update pull_request_template.yaml --- .gitea/pull_request_template.yaml | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 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..afd4eb1 --- /dev/null +++ b/.gitea/pull_request_template.yaml @@ -0,0 +1,32 @@ +name: Pull Request +about: Propose changes to the code or implement new features. +title: "[PR]: " +labels: ["enhancement", "Management", "Kind/Enhancement", "Kind/Feature", "Priority low"] +body: + - type: markdown + attributes: + value: | + This issue was created by an issue **template** :) + visible: [content] + - type: textarea + id: whats_new + attributes: + label: What did you add/improve? + description: what does this pull request fix, add or improve ? + placeholder: Tell us what functionality this pull request adds or the problem it solves! + validations: + required: true + - type: input + id: related_issue + attributes: + label: Does this fix a issue or add a requested feature ? + description: If this pull requests fixes a known issue or adds requested functionality please link that issue number here + validations: + is_number: true + required: false + - type: textarea + id: other_options + attributes: + label: What other solutions did you concider if any ? + validations: + required: false \ No newline at end of file