Skip to content

Commit b9c5acc

Browse files
Apply suggestions from code review
1 parent 329537f commit b9c5acc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/ISSUE_TEMPLATE/10_bug_report.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ body:
77
attributes:
88
value: |
99
Please check for an existing issue and the [README](https://github.com/martincostello/aspnetcore-openapi/blob/main/README.md) before submitting a bug report.
10-
11-
If you're not using the latest release, please try upgrading to the latest version first to see if the issue resolves itself.
12-
- type: input
13-
attributes:
14-
label: Version
15-
description: Which version of the application are you experiencing the issue with?
16-
placeholder: 1.0.0
17-
validations:
18-
required: true
1910
- type: textarea
2011
attributes:
2112
label: Describe the bug
@@ -54,15 +45,6 @@ body:
5445
render: text
5546
validations:
5647
required: false
57-
- type: input
58-
attributes:
59-
label: .NET Version
60-
description: |
61-
Run `dotnet --version` to get the .NET SDK version you're using.
62-
Alternatively, which target framework(s) (e.g. `net8.0`) does the project you're using the package with target?
63-
placeholder: 9.0.100
64-
validations:
65-
required: false
6648
- type: textarea
6749
attributes:
6850
label: Anything else?

0 commit comments

Comments
 (0)