From 7e4bf921e781a1a52694c8b2035c46f3445cf187 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:56:19 +0530 Subject: [PATCH] Update backend_issue.yml --- .github/ISSUE_TEMPLATE/backend_issue.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/backend_issue.yml b/.github/ISSUE_TEMPLATE/backend_issue.yml index 9f48672..14751fe 100644 --- a/.github/ISSUE_TEMPLATE/backend_issue.yml +++ b/.github/ISSUE_TEMPLATE/backend_issue.yml @@ -12,6 +12,22 @@ body: required: true - label: "I have searched the existing issues" required: true + - type: dropdown + attributes: + label: "Environment" + description: "Where does this issue occur?" + options: + - Development + - Staging + - Production + validations: + required: true + - type: input + attributes: + label: "Backend Version/Commit" + description: "Specify the version or commit hash where this issue occurs" + validations: + required: true - type: textarea attributes: label: "Issue Summary"