Skip to content

Commit b9e9d81

Browse files
committed
Switch to .yml issue templates
1 parent ca8f29a commit b9e9d81

File tree

25 files changed

+265
-213
lines changed

25 files changed

+265
-213
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: "Bug Report"
2+
description: "Create a report to help us improve"
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the bug"
9+
description: "A clear and concise description of what the bug is."
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: steps-to-reproduce
14+
attributes:
15+
label: "Steps to reproduce"
16+
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-behaviour
26+
attributes:
27+
label: "Expected behaviour"
28+
description: "A clear and concise description of what you expected to happen."
29+
validations:
30+
required: true
31+
- type: input
32+
id: template
33+
attributes:
34+
label: "Template"
35+
description: "Which template is the issue about?"
36+
placeholder: "API, GraphQL, NuGet, Orleans, .gitattributes, .editorconfig etc."
37+
validations:
38+
required: true
39+
- type: input
40+
id: dotnet-boxed-version
41+
attributes:
42+
label: ".NET Boxed Version"
43+
description: "Which version of .NET Boxed are you using?"
44+
placeholder: "Latest"
45+
validations:
46+
required: true
47+
- type: input
48+
id: visual-studio-version
49+
attributes:
50+
label: "Visual Studio Version"
51+
description: "Which version of Visual Studio are you using?"
52+
placeholder: "Visual Studio 2022"
53+
validations:
54+
required: true
55+
- type: input
56+
id: dotnet-version
57+
attributes:
58+
label: ".NET Version"
59+
description: "Which version of the .NET SDK are you using?"
60+
placeholder: ".NET 6"
61+
validations:
62+
required: true

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Feature Request"
2+
description: "Suggest an idea for this project"
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the feature"
9+
description: "A clear and concise description of what the feature is."
10+
validations:
11+
required: true
12+
- type: input
13+
id: project-template
14+
attributes:
15+
label: "Project Template"
16+
description: "Which project template and project template version is the issue about?"
17+
validations:
18+
required: true

Source/ApiTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: "Bug Report"
2+
description: "Create a report to help us improve"
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the bug"
9+
description: "A clear and concise description of what the bug is."
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: steps-to-reproduce
14+
attributes:
15+
label: "Steps to reproduce"
16+
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-behaviour
26+
attributes:
27+
label: "Expected behaviour"
28+
description: "A clear and concise description of what you expected to happen."
29+
validations:
30+
required: true

Source/ApiTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Feature Request"
2+
description: "Suggest an idea for this project"
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the feature"
9+
description: "A clear and concise description of what the feature is."
10+
validations:
11+
required: true

Source/ApiTemplate/ApiTemplate.sln

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.28803.202
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31423.177
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{57BAE1BC-D418-4A95-B292-C0E9324B0A54}"
77
EndProject
@@ -58,9 +58,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E542
5858
EndProject
5959
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{5C84BC3D-BEFC-4CC2-85B8-C3C4E286368A}"
6060
ProjectSection(SolutionItems) = preProject
61-
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
62-
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
63-
.github\ISSUE_TEMPLATE\QUESTION.md = .github\ISSUE_TEMPLATE\QUESTION.md
61+
.github\ISSUE_TEMPLATE\BUG_REPORT.yml = .github\ISSUE_TEMPLATE\BUG_REPORT.yml
62+
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml
6463
EndProjectSection
6564
EndProject
6665
Global

Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)