Skip to content

Commit

Permalink
Update backend_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alo7lika authored Nov 6, 2024
1 parent 716d896 commit 7e4bf92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/backend_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e4bf92

Please sign in to comment.