-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca8f29a
commit 0262b5e
Showing
25 changed files
with
264 additions
and
213 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11
Source/ApiTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
Source/ApiTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.md
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11
Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
Source/GraphQLTemplate/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
Source/NuGetTemplate/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.