Skip to content

Commit f5fcd4d

Browse files
authored
[GitHub] Keep GH issue templates up to date. (#8942)
1 parent 17f8b79 commit f5fcd4d

File tree

5 files changed

+35
-30
lines changed

5 files changed

+35
-30
lines changed

.github/ISSUE_TEMPLATE/01-building-an-application.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ body:
1010
- type: dropdown
1111
id: android-type
1212
attributes:
13-
label: Android application type
14-
description: In what type(s) of Android application(s) do you see this issue?
13+
label: Android framework version
14+
description: In what target framework(s) of Android application(s) do you see this issue?
1515
multiple: true
1616
options:
17-
- Classic Xamarin.Android (MonoAndroid13.0, etc.)
18-
- .NET Android (net7.0-android, net8.0-android, etc.)
17+
- net8.0-android
18+
- net9.0-android
19+
- Other
1920
validations:
2021
required: true
2122
- type: input
2223
id: platform-versions
2324
attributes:
2425
label: Affected platform version
2526
description: Please provide the version number of the platform you see this issue on.
26-
placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc.
27+
placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc.
2728
validations:
2829
required: true
2930
- type: textarea
@@ -54,7 +55,7 @@ body:
5455
id: logs
5556
attributes:
5657
label: Relevant log output
57-
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [diagnostic MSBuild log](https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output) or attach a [MSBuild binlog](https://docs.microsoft.com/en-us/visualstudio/msbuild/obtaining-build-logs-with-msbuild?view=vs-2022#save-a-binary-log).
58+
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [diagnostic MSBuild log](https://learn.microsoft.com/previous-versions/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output) or attach a [MSBuild binlog](https://aka.ms/binlog).
5859
render: shell
5960
- type: markdown
6061
attributes:

.github/ISSUE_TEMPLATE/02-running-an-application.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ body:
1010
- type: dropdown
1111
id: android-type
1212
attributes:
13-
label: Android application type
14-
description: In what type(s) of Android application(s) do you see this issue?
13+
label: Android framework version
14+
description: In what target framework(s) of Android application(s) do you see this issue?
1515
multiple: true
1616
options:
17-
- Classic Xamarin.Android (MonoAndroid13.0, etc.)
18-
- .NET Android (net7.0-android, net8.0-android, etc.)
17+
- net8.0-android
18+
- net9.0-android
19+
- Other
1920
validations:
2021
required: true
2122
- type: input
2223
id: platform-versions
2324
attributes:
2425
label: Affected platform version
2526
description: Please provide the version number of the platform you see this issue on.
26-
placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc.
27+
placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc.
2728
validations:
2829
required: true
2930
- type: textarea

.github/ISSUE_TEMPLATE/03-mono-android-api.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,28 @@ body:
88
value: |
99
Issues with missing Android API or the API not working as documented are tracked here.
1010
11-
If you are not sure how to use an API or how to accomplish your task, better support is available from our community of application writers, available in several forms:
11+
If you are not sure how to use an API or how to accomplish your task, better support is available from the community of application writers, available in several forms:
1212
13-
[Microsoft Q&A](https://docs.microsoft.com/en-us/answers/topics/dotnet-android.html)
13+
[Microsoft Q&A](https://learn.microsoft.com/answers/products/97/dotnet/)
1414
[Stack Overflow](https://stackoverflow.com)
1515
- type: dropdown
1616
id: android-type
1717
attributes:
18-
label: Android application type
19-
description: In what type(s) of Android application(s) do you see this issue?
18+
label: Android framework version
19+
description: In what target framework(s) of Android application(s) do you see this issue?
2020
multiple: true
2121
options:
22-
- Classic Xamarin.Android (MonoAndroid13.0, etc.)
23-
- .NET Android (net7.0-android, net8.0-android, etc.)
22+
- net8.0-android
23+
- net9.0-android
24+
- Other
2425
validations:
2526
required: true
2627
- type: input
2728
id: platform-versions
2829
attributes:
2930
label: Affected platform version
3031
description: Please provide the version number of the platform you see this issue on.
31-
placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc.
32+
placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc.
3233
validations:
3334
required: true
3435
- type: textarea

.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@ body:
1212
- type: dropdown
1313
id: android-type
1414
attributes:
15-
label: Android application type
16-
description: In what type(s) of Android application(s) do you see this issue?
15+
label: Android framework version
16+
description: In what target framework(s) of Android application(s) do you see this issue?
1717
multiple: true
1818
options:
19-
- Classic Xamarin.Android (MonoAndroid13.0, etc.)
20-
- .NET Android (net7.0-android, net8.0-android, etc.)
19+
- net8.0-android
20+
- net9.0-android
21+
- Other
2122
validations:
2223
required: true
2324
- type: input
2425
id: platform-versions
2526
attributes:
2627
label: Affected platform version
2728
description: Please provide the version number of the platform you see this issue on.
28-
placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc.
29+
placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc.
2930
validations:
3031
required: true
3132
- type: textarea
@@ -56,7 +57,7 @@ body:
5657
id: logs
5758
attributes:
5859
label: Relevant log output
59-
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [diagnostic MSBuild log](https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output). Please capture a log where you "Rebuild" the project, as some diagnostic info is only available on clean builds.
60+
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [diagnostic MSBuild log](https://learn.microsoft.com/previous-versions/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output). Please capture a log where you "Rebuild" the project, as some diagnostic info is only available on clean builds.
6061
render: shell
6162
- type: markdown
6263
attributes:

.github/ISSUE_TEMPLATE/05-other.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ body:
1010
- type: dropdown
1111
id: android-type
1212
attributes:
13-
label: Android application type
14-
description: In what type(s) of Android application(s) do you see this issue?
13+
label: Android framework version
14+
description: In what target framework(s) of Android application(s) do you see this issue?
1515
multiple: true
1616
options:
17-
- Classic Xamarin.Android (MonoAndroid13.0, etc.)
18-
- .NET Android (net7.0-android, net8.0-android, etc.)
17+
- net8.0-android
18+
- net9.0-android
19+
- Other
1920
validations:
2021
required: true
2122
- type: input
2223
id: platform-versions
2324
attributes:
2425
label: Affected platform version
2526
description: Please provide the version number of the platform you see this issue on.
26-
placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc.
27+
placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc.
2728
validations:
2829
required: true
2930
- type: textarea
@@ -54,7 +55,7 @@ body:
5455
id: logs
5556
attributes:
5657
label: Relevant log output
57-
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This could be a [diagnostic MSBuild log](https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output) or a [MSBuild binlog](https://docs.microsoft.com/en-us/visualstudio/msbuild/obtaining-build-logs-with-msbuild?view=vs-2022#save-a-binary-log).
58+
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This could be a [diagnostic MSBuild log](https://learn.microsoft.com/previous-versions/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output) or a [MSBuild binlog](https://aka.ms/binlog).
5859
render: shell
5960
- type: markdown
6061
attributes:

0 commit comments

Comments
 (0)