Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
fgilde committed Mar 8, 2024
1 parent ec76821 commit c41fed6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body:
- Please select an application type...
- ServerRendered
- WebAssembly
- Mixed
- MAUI
- Other
validations:
Expand All @@ -81,6 +82,17 @@ body:
placeholder: Enter the version
validations:
required: true
- type: dropdown
id: netVersion
attributes:
label: What .net Version are you using?
multiple: true
options:
- .Net8
- .Net7
- .Net6
validations:
required: true
- type: dropdown
id: browser
attributes:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@ MudBlazor.Extensions is released under the MIT License. See the bundled LICENSE
Latest Changes:
<!-- CHANGELOG:START -->
<!-- Copied from CHANGELOG.md on 2024-01-22 15:26:40 -->
- 1.7.85 > Update MudBlazor to 6.17.0
- 1.7.85 > Splitter can now work with one element only
- 1.7.85 > Sample app to net 8
- 1.7.84 > Update MudBlazor to 6.15.0
- 1.7.84 > Fix hidden content sometimes in MudExFileDisplayDialog
- 1.7.84 > Fix Bug that no input can selected in draggable dialogs without header
Expand Down

0 comments on commit c41fed6

Please sign in to comment.