Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alischumacher committed Mar 20, 2023
1 parent 030f8d0 commit 9ba4773
Showing 1 changed file with 13 additions and 55 deletions.
68 changes: 13 additions & 55 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,76 +10,34 @@ body:
id: description
attributes:
label: Is your feature requested related to a problem?
description: Please describe.
placeholder: A clear and concise description of what the problem is. e.g., "I'm always frusted when..."
description: If so, please describe clearly and concisely what the problem is.
placeholder: e.g., "I'm always frusted when..."
validations:
required: true
required: false
- type: textarea
id: what-happened
id: solution
attributes:
label: What happened?
placeholder: Tell us what you see! If applicable, add screenshots to help explain the issue.
label: Describe the solution you'd like.
placeholder: A clear and concise description of what you want to happen.
value:
validations:
required: true
- type: textarea
id: expected-behavior
id: alternatives
attributes:
label: What did you expect to happen?
placeholder: A clear and concise description of what you expected to happen.
label: What alternatives have you considered?
placeholder: A clear and concise description of any alternative solutions or features you've considered.
value:
validations:
required: true
required: false
- type: textarea
id: reproduce
id: context
attributes:
label: How would you reproduce the bug?
description: Include steps to reproduce the behavior
placeholder: e.g., 1. Go to '...', 2. Click on '....', 3. Scroll down to '...', 4. See error. If applicable, add screenshots to explain the issue.
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
value:
validations:
required: true
- type: dropdown
id: type
attributes:
label: Did this happen via Desktop and/or Smartphone?
multiple: true
options:
- Desktop
- Smartphone
validations:
required: false
- type: input
id: operating-system
attributes:
label: Operating System
placeholder: e.g., Windows 10, iOS
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Microsoft Edge
- Firefox
- Chrome
- Safari
- type: input
id: version
attributes:
label: Version
placeholder: e.g., 22
validations:
required: false
- type: input
id: device
attributes:
label: Device
placeholder: e.g., iPhone 6
validations:
required: false
- type: dropdown
id: role
attributes:
Expand Down

0 comments on commit 9ba4773

Please sign in to comment.