From 8ff8203635b5d23157717882594be96d5d053b97 Mon Sep 17 00:00:00 2001
From: Mahmoud Mazouz <mazouz.mahmoud@outlook.com>
Date: Tue, 30 Jan 2024 16:20:19 +0100
Subject: [PATCH] fix: Update 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 00000000..127a4ba8
--- /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