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/01_bugreport.yml
+9-10
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
name: 🐞 Bug Report
2
2
description: Report a bug to help us improve MSBuild.
3
-
title: "[Bug]: "
4
-
labels: ["bug"]
3
+
type: 'Bug'
5
4
body:
6
5
- type: textarea
7
6
attributes:
@@ -12,17 +11,17 @@ body:
12
11
- type: textarea
13
12
attributes:
14
13
label: Steps to Reproduce
15
-
description: |
16
-
Include as much of the following as possible:
17
-
* a minimal sample project that reproduces the issue,
18
-
* your zipped project,
19
-
* IDE / CLI steps to create the project and reproduce the behaviour,
14
+
description: |
15
+
Include as much of the following as possible:
16
+
* a minimal sample project that reproduces the issue,
17
+
* your zipped project,
18
+
* IDE / CLI steps to create the project and reproduce the behaviour,
20
19
* your command line invocation.
21
-
20
+
22
21
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
23
22
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
24
23
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
25
-
24
+
26
25
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
27
26
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.
28
27
validations:
@@ -49,4 +48,4 @@ body:
49
48
description: |
50
49
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here.
51
50
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc).
52
-
Post any other relevant configuration settings here: OS, architecture, etc.
51
+
Post any other relevant configuration settings here: OS, architecture, etc.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/02_performanceissue.yml
+9-8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ name: 📉 Performance Issue
2
2
description: Report a performance issue or regression.
3
3
title: "[Performance]: "
4
4
labels: ["performance"]
5
+
type: 'Bug'
5
6
body:
6
7
- type: textarea
7
8
attributes:
@@ -12,17 +13,17 @@ body:
12
13
- type: textarea
13
14
attributes:
14
15
label: Steps to Reproduce
15
-
description: |
16
-
Include as much of the following as possible:
17
-
* a minimal sample project that reproduces the issue,
18
-
* your zipped project,
19
-
* IDE / CLI steps to create the project and reproduce the behaviour,
16
+
description: |
17
+
Include as much of the following as possible:
18
+
* a minimal sample project that reproduces the issue,
19
+
* your zipped project,
20
+
* IDE / CLI steps to create the project and reproduce the behaviour,
20
21
* your command line invocation.
21
-
22
+
22
23
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
23
24
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
24
25
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
25
-
26
+
26
27
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
27
28
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.
28
29
validations:
@@ -64,4 +65,4 @@ body:
64
65
attributes:
65
66
label: Regression Details
66
67
description: |
67
-
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
68
+
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/05_unhandledexception.yml
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: 😱 Unhandled Exception
2
2
description: Reporting holes in our bug reporting system
3
3
title: "[Unhandled Exception]: "
4
-
labels: ["bug"]
4
+
type: 'Bug'
5
5
body:
6
6
- type: textarea
7
7
attributes:
@@ -12,17 +12,17 @@ body:
12
12
- type: textarea
13
13
attributes:
14
14
label: Steps to Reproduce
15
-
description: |
16
-
Include as much of the following as possible:
17
-
* a minimal sample project that reproduces the issue,
18
-
* your zipped project,
19
-
* IDE / CLI steps to create the project and reproduce the behaviour,
15
+
description: |
16
+
Include as much of the following as possible:
17
+
* a minimal sample project that reproduces the issue,
18
+
* your zipped project,
19
+
* IDE / CLI steps to create the project and reproduce the behaviour,
20
20
* your command line invocation.
21
-
21
+
22
22
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
23
23
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
24
24
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
25
-
25
+
26
26
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
27
27
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.
28
28
validations:
@@ -44,4 +44,4 @@ body:
44
44
description: |
45
45
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here.
46
46
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc).
47
-
Post any other relevant configuration settings here: OS, architecture, etc.
47
+
Post any other relevant configuration settings here: OS, architecture, etc.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/07_buildchecksuggestion.yml
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ name: 💡 BuildCheck Suggestion
2
2
description: Suggesting a diagnostic check (AKA [BuildCheck](https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md)) that MSBuild could provide.
0 commit comments