Skip to content

Commit

Permalink
Switch to .yml issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jun 30, 2021
1 parent ca8f29a commit 0262b5e
Show file tree
Hide file tree
Showing 25 changed files with 264 additions and 213 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: "Bug Report"
description: "Create a report to help us improve"
labels: [bug]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: "Steps to reproduce"
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
- type: input
id: project-template
attributes:
label: "Project Template"
description: "Which project template and project template version is the issue about?"
validations:
required: true
- type: input
id: dotnet-boxed-version
attributes:
label: ".NET Boxed Version"
description: "Which version of .NET Boxed are you using?"
placeholder: "Latest"
validations:
required: true
- type: input
id: visual-studio-version
attributes:
label: "Visual Studio Version"
description: "Which version of Visual Studio are you using?"
placeholder: "Visual Studio 2022"
validations:
required: true
- type: input
id: dotnet-version
attributes:
label: ".NET Version"
description: "Which version of the .NET SDK are you using?"
placeholder: ".NET 6"
validations:
required: true
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Feature Request"
description: "Suggest an idea for this project"
labels: [enhancement]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the feature"
description: "A clear and concise description of what the feature is."
validations:
required: true
- type: input
id: project-template
attributes:
label: "Project Template"
description: "Which project template and project template version is the issue about?"
validations:
required: true
24 changes: 0 additions & 24 deletions Source/ApiTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

30 changes: 30 additions & 0 deletions Source/ApiTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Bug Report"
description: "Create a report to help us improve"
labels: [bug]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: "Steps to reproduce"
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
11 changes: 0 additions & 11 deletions Source/ApiTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

This file was deleted.

11 changes: 11 additions & 0 deletions Source/ApiTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Feature Request"
description: "Suggest an idea for this project"
labels: [enhancement]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the feature"
description: "A clear and concise description of what the feature is."
validations:
required: true
9 changes: 4 additions & 5 deletions Source/ApiTemplate/ApiTemplate.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{57BAE1BC-D418-4A95-B292-C0E9324B0A54}"
EndProject
Expand Down Expand Up @@ -58,9 +58,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E542
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{5C84BC3D-BEFC-4CC2-85B8-C3C4E286368A}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
.github\ISSUE_TEMPLATE\QUESTION.md = .github\ISSUE_TEMPLATE\QUESTION.md
.github\ISSUE_TEMPLATE\BUG_REPORT.yml = .github\ISSUE_TEMPLATE\BUG_REPORT.yml
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml
EndProjectSection
EndProject
Global
Expand Down
24 changes: 0 additions & 24 deletions Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

30 changes: 30 additions & 0 deletions Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Bug Report"
description: "Create a report to help us improve"
labels: [bug]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: "Steps to reproduce"
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
11 changes: 0 additions & 11 deletions Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

This file was deleted.

11 changes: 11 additions & 0 deletions Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Feature Request"
description: "Suggest an idea for this project"
labels: [enhancement]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the feature"
description: "A clear and concise description of what the feature is."
validations:
required: true
9 changes: 4 additions & 5 deletions Source/GraphQLTemplate/GraphQLTemplate.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{57BAE1BC-D418-4A95-B292-C0E9324B0A54}"
EndProject
Expand Down Expand Up @@ -58,9 +58,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{3920
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{623ED17E-E051-4F69-A3BF-3D362A3A3735}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
.github\ISSUE_TEMPLATE\QUESTION.md = .github\ISSUE_TEMPLATE\QUESTION.md
.github\ISSUE_TEMPLATE\BUG_REPORT.yml = .github\ISSUE_TEMPLATE\BUG_REPORT.yml
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml
EndProjectSection
EndProject
Global
Expand Down
24 changes: 0 additions & 24 deletions Source/NuGetTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

30 changes: 30 additions & 0 deletions Source/NuGetTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Bug Report"
description: "Create a report to help us improve"
labels: [bug]
body:
- type: textarea
id: describe-the-bug
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: "Steps to reproduce"
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
Loading

0 comments on commit 0262b5e

Please sign in to comment.