From feccf193921f2b74613cffa2f58efa850449ae7b Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 30 Jan 2024 16:21:49 +0100 Subject: [PATCH] fix: Add release-item issue template --- .github/ISSUE_TEMPLATE/release.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release.yml diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml new file mode 100644 index 000000000..127a4ba89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -0,0 +1,29 @@ +name: Add an issue to the next release +description: | + Add an issue as part of next release. + This will be added to the current release project. + You must be a contributor to use this template. +labels: ["release"] +body: + - type: markdown + attributes: + value: | + **Guidelines for a good issue** + + *Is your release item related to a problem?* + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + + *Describe the solution you'd like* + A clear and concise description of what you want to happen. + + *Describe alternatives you've considered* + A clear and concise description of any alternative solutions or features you've considered. + + *Additional context* + Add any other context about the release item request here. + - type: textarea + id: item + attributes: + label: "Describe the release item" + validations: + required: true