Skip to content

Commit

Permalink
chore: Improve bug template (#3418)
Browse files Browse the repository at this point in the history
Add environment and allow to select multiple platforms, for the bug
template.
  • Loading branch information
philipphofmann authored Nov 16, 2023
1 parent da5462e commit f5623cd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,32 @@ description: Tell us about something that's not working the way we (probably) in
labels: ["Platform: Cocoa", "Type: Bug"]
body:
- type: dropdown
id: environment
id: platform
attributes:
label: Platform
description: Which platform do you use?
multiple: true
options:
- iOS
- iPadOS
- tvOS
- macOS
- watchOS
- visionOS
validations:
required: true

- type: dropdown
id: environment
attributes:
label: Environment
description: In which environment does this happen?
multiple: true
options:
- Production
- Develop
- TestFlight
- Other
validations:
required: true

Expand Down

0 comments on commit f5623cd

Please sign in to comment.