Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored and rmarinho committed Jun 23, 2022
1 parent 41aa059 commit 3113d68
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,38 @@ body:
id: repro-steps
attributes:
label: Steps to Reproduce
description: Describe all the steps we need to take to show the behavior that you have observed.
description: Describe all the steps we need to take to show the behavior that you have observed. Also, include what you expected to happen and what did actually happen.
placeholder: |
1. Create a File > New .NET MAUI App
2. Add a `Button` like so: `<Button Text="this is a bug" />`
3. Click the added button and observe the bug 🐞
Expected outcome: a bug was added
Actual outcome: a ladybug appeared
validations:
required: true
- type: dropdown
id: version-with-bug
attributes:
label: Version with bug
description: In what version do you see this issue?
description: In what version do you see this issue? Run `dotnet --version` to find your version.
options:
- 6.0 Release Candidate 1 or older
- 6.0 Release Candidate 2
- 6.0 Release Candidate 2 or older
- 6.0 Release Candidate 3
- 6.0 (current)
- 6.0.312
- 6.0.400 (current)
- Unknown/Other (please specify)
validations:
required: true
- type: dropdown
id: version-that-worked
attributes:
label: Last version that worked well
description: Is there a version on which this _did_ work? If yes, which one? If no or unknown, please select `Unknown/Other`.
description: Is there a version on which this _did_ work? If yes, which one? If no or unknown, please select `Unknown/Other`. Run `dotnet --version` to find your version.
options:
- Preview 13
- Preview 14
- Release Candidate 1
- Release Candidate 2
- Release Candidate 3 (current)
- 6.0 Release Candidate 2 or older
- 6.0 Release Candidate 3
- 6.0.312
- Unknown/Other
validations:
required: true
Expand Down

0 comments on commit 3113d68

Please sign in to comment.