Skip to content

Commit

Permalink
Switch to GitHub Issue Types (#10787)
Browse files Browse the repository at this point in the history
The dotnet org has opted into beta Issue Types; let's try using them where we had labels.
  • Loading branch information
rainersigwald authored Oct 14, 2024
1 parent 61fcf4f commit 359d1c6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/01_bugreport.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐞 Bug Report
description: Report a bug to help us improve MSBuild.
title: "[Bug]: "
labels: ["bug"]
type: 'Bug'
body:
- type: textarea
attributes:
Expand All @@ -12,17 +11,17 @@ body:
- type: textarea
attributes:
label: Steps to Reproduce
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
* your command line invocation.
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft.
validations:
Expand All @@ -49,4 +48,4 @@ body:
description: |
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here.
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc).
Post any other relevant configuration settings here: OS, architecture, etc.
Post any other relevant configuration settings here: OS, architecture, etc.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/02_performanceissue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 📉 Performance Issue
description: Report a performance issue or regression.
title: "[Performance]: "
labels: ["performance"]
type: 'Bug'
body:
- type: textarea
attributes:
Expand All @@ -12,17 +13,17 @@ body:
- type: textarea
attributes:
label: Steps to Reproduce
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
* your command line invocation.
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft.
validations:
Expand Down Expand Up @@ -64,4 +65,4 @@ body:
attributes:
label: Regression Details
description: |
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/05_unhandledexception.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 😱 Unhandled Exception
description: Reporting holes in our bug reporting system
title: "[Unhandled Exception]: "
labels: ["bug"]
type: 'Bug'
body:
- type: textarea
attributes:
Expand All @@ -12,17 +12,17 @@ body:
- type: textarea
attributes:
label: Steps to Reproduce
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
description: |
Include as much of the following as possible:
* a minimal sample project that reproduces the issue,
* your zipped project,
* IDE / CLI steps to create the project and reproduce the behaviour,
* your command line invocation.
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft.
validations:
Expand All @@ -44,4 +44,4 @@ body:
description: |
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here.
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc).
Post any other relevant configuration settings here: OS, architecture, etc.
Post any other relevant configuration settings here: OS, architecture, etc.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/06_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 💡 Feature Request
description: Suggest an idea for this project.
title: "[Feature Request]: "
labels: ["Feature Request"]
type: 'Feature'
body:
- type: textarea
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/07_buildchecksuggestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 💡 BuildCheck Suggestion
description: Suggesting a diagnostic check (AKA [BuildCheck](https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md)) that MSBuild could provide.
title: "[BuildCheck Suggestion]: "
labels: ["BuildCheck Suggestion", "Area: BuildCheck"]
type: 'Feature'
body:
- type: textarea
attributes:
Expand Down

0 comments on commit 359d1c6

Please sign in to comment.