You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/10_bug_report.yml
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,6 @@ body:
7
7
attributes:
8
8
value: |
9
9
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
19
10
- type: textarea
20
11
attributes:
21
12
label: Describe the bug
@@ -54,15 +45,6 @@ body:
54
45
render: text
55
46
validations:
56
47
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?
0 commit comments