Skip to content

Commit

Permalink
Updated Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 11, 2023
1 parent b198a8c commit 75e174e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
name: Bug Report
description: Report a bug to help us improve
description: Report a bug to help us improve.
labels: [🐛 bug]
body:
- type: checkboxes
Expand All @@ -19,6 +19,8 @@ body:
- Strawberry Shake
- Banana Cake Pop
- Green Donut
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down Expand Up @@ -52,18 +54,6 @@ body:
You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: dropdown
id: product
attributes:
label: Product
description: Which of our products is affected by this bug?
options:
- Hot Chocolate
- Strawberry Shake
- Banana Cake Pop
- Green Donut
validations:
required: true
- type: input
id: version
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -12,6 +12,8 @@ body:
- Strawberry Shake
- Banana Cake Pop
- Green Donut
validations:
required: true
- type: textarea
id: problem
attributes:
Expand All @@ -26,5 +28,3 @@ body:
description: A clear and concise description of what you want to happen.
validations:
required: true
validations:
required: true

0 comments on commit 75e174e

Please sign in to comment.