From 7c4d237dfb02110b6948898ba72c87b58d9099b9 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 13 May 2024 13:52:43 -1000 Subject: [PATCH 1/2] [GitHub] Keep GH issue templates up to date. --- .../ISSUE_TEMPLATE/01-building-an-application.yml | 13 +++++++------ .../ISSUE_TEMPLATE/02-running-an-application.yml | 11 ++++++----- .github/ISSUE_TEMPLATE/03-mono-android-api.yml | 11 ++++++----- .../ISSUE_TEMPLATE/04-binding-a-java-library.yml | 11 ++++++----- .github/ISSUE_TEMPLATE/05-other.yml | 13 +++++++------ 5 files changed, 32 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-building-an-application.yml b/.github/ISSUE_TEMPLATE/01-building-an-application.yml index cf21d50c67d..715960d9fa6 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -10,12 +10,13 @@ body: - type: dropdown id: android-type attributes: - label: Android application type - description: In what type(s) of Android application(s) do you see this issue? + label: Android framework version + description: In what target framework(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid13.0, etc.) - - .NET Android (net7.0-android, net8.0-android, etc.) + - net8.0-android + - net9.0-android + - Other validations: required: true - type: input @@ -23,7 +24,7 @@ body: attributes: label: Affected platform version description: Please provide the version number of the platform you see this issue on. - placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. + placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -54,7 +55,7 @@ body: id: logs attributes: label: Relevant log output - 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). + 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://aka.ms/binlog). render: shell - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-running-an-application.yml b/.github/ISSUE_TEMPLATE/02-running-an-application.yml index 8a3d7db0b84..2b20e12d8c1 100644 --- a/.github/ISSUE_TEMPLATE/02-running-an-application.yml +++ b/.github/ISSUE_TEMPLATE/02-running-an-application.yml @@ -10,12 +10,13 @@ body: - type: dropdown id: android-type attributes: - label: Android application type - description: In what type(s) of Android application(s) do you see this issue? + label: Android framework version + description: In what target framework(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid13.0, etc.) - - .NET Android (net7.0-android, net8.0-android, etc.) + - net8.0-android + - net9.0-android + - Other validations: required: true - type: input @@ -23,7 +24,7 @@ body: attributes: label: Affected platform version description: Please provide the version number of the platform you see this issue on. - placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. + placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml index 98a433a2e41..9c106d68f0e 100644 --- a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml +++ b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml @@ -15,12 +15,13 @@ body: - type: dropdown id: android-type attributes: - label: Android application type - description: In what type(s) of Android application(s) do you see this issue? + label: Android framework version + description: In what target framework(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid13.0, etc.) - - .NET Android (net7.0-android, net8.0-android, etc.) + - net8.0-android + - net9.0-android + - Other validations: required: true - type: input @@ -28,7 +29,7 @@ body: attributes: label: Affected platform version description: Please provide the version number of the platform you see this issue on. - placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. + placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml index 23f7068c7b5..f7c2a361f20 100644 --- a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml +++ b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml @@ -12,12 +12,13 @@ body: - type: dropdown id: android-type attributes: - label: Android application type - description: In what type(s) of Android application(s) do you see this issue? + label: Android framework version + description: In what target framework(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid13.0, etc.) - - .NET Android (net7.0-android, net8.0-android, etc.) + - net8.0-android + - net9.0-android + - Other validations: required: true - type: input @@ -25,7 +26,7 @@ body: attributes: label: Affected platform version description: Please provide the version number of the platform you see this issue on. - placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. + placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index cff3f339a64..de0a8000a75 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -10,12 +10,13 @@ body: - type: dropdown id: android-type attributes: - label: Android application type - description: In what type(s) of Android application(s) do you see this issue? + label: Android framework version + description: In what target framework(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid13.0, etc.) - - .NET Android (net7.0-android, net8.0-android, etc.) + - net8.0-android + - net9.0-android + - Other validations: required: true - type: input @@ -23,7 +24,7 @@ body: attributes: label: Affected platform version description: Please provide the version number of the platform you see this issue on. - placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. + placeholder: E.g. VS 2022 17.9.0, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -54,7 +55,7 @@ body: id: logs attributes: label: Relevant log output - 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). + 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://aka.ms/binlog). render: shell - type: markdown attributes: From 466207b9f1375019bb582c1fc019be589cfebcea Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Thu, 16 May 2024 08:11:52 -1000 Subject: [PATCH 2/2] Update documentation URLs. --- .github/ISSUE_TEMPLATE/01-building-an-application.yml | 2 +- .github/ISSUE_TEMPLATE/03-mono-android-api.yml | 4 ++-- .github/ISSUE_TEMPLATE/04-binding-a-java-library.yml | 2 +- .github/ISSUE_TEMPLATE/05-other.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-building-an-application.yml b/.github/ISSUE_TEMPLATE/01-building-an-application.yml index 715960d9fa6..7156d331f65 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -55,7 +55,7 @@ body: id: logs attributes: label: Relevant log output - 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://aka.ms/binlog). + 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). render: shell - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml index 9c106d68f0e..7be1cde3d45 100644 --- a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml +++ b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml @@ -8,9 +8,9 @@ body: value: | Issues with missing Android API or the API not working as documented are tracked here. - 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: + 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: - [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/topics/dotnet-android.html) + [Microsoft Q&A](https://learn.microsoft.com/answers/products/97/dotnet/) [Stack Overflow](https://stackoverflow.com) - type: dropdown id: android-type diff --git a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml index f7c2a361f20..3f7d96f66c7 100644 --- a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml +++ b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml @@ -57,7 +57,7 @@ body: id: logs attributes: label: Relevant log output - 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. + 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. render: shell - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index de0a8000a75..4e519a1c708 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -55,7 +55,7 @@ body: id: logs attributes: label: Relevant log output - 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://aka.ms/binlog). + 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). render: shell - type: markdown attributes: