From 2cfcca9a45a22833080217ca4b2daba76584aa69 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 27 Nov 2023 13:06:59 -1000 Subject: [PATCH] [GitHub] Modernization tweaks for GitHub issue templates. (#8502) Update some placeholder values to reflect more recent versions of our components. --- .github/ISSUE_TEMPLATE/01-building-an-application.yml | 8 ++++---- .github/ISSUE_TEMPLATE/02-running-an-application.yml | 8 ++++---- .github/ISSUE_TEMPLATE/03-mono-android-api.yml | 8 ++++---- .github/ISSUE_TEMPLATE/04-binding-a-java-library.yml | 8 ++++---- .github/ISSUE_TEMPLATE/05-other.yml | 8 ++++---- .github/ISSUE_TEMPLATE/config.yml | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-building-an-application.yml b/.github/ISSUE_TEMPLATE/01-building-an-application.yml index 7a894f0e992..cf21d50c67d 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -14,8 +14,8 @@ body: description: In what type(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net7.0-android, etc.) + - Classic Xamarin.Android (MonoAndroid13.0, etc.) + - .NET Android (net7.0-android, net8.0-android, etc.) validations: required: true - type: input @@ -23,7 +23,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.0.1, VSMac 8.10, .NET 6.0.100, etc. + placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -40,7 +40,7 @@ body: label: Steps to Reproduce description: Describe all the steps we need to take to show the behavior that you have observed. placeholder: | - 1. Create a File > New Android App (Xamarin) + 1. File > New Project > New Android Application 2. Add the following code: ... 3. Run the app and observe the bug 🐞 validations: diff --git a/.github/ISSUE_TEMPLATE/02-running-an-application.yml b/.github/ISSUE_TEMPLATE/02-running-an-application.yml index eb0933eedfe..8a3d7db0b84 100644 --- a/.github/ISSUE_TEMPLATE/02-running-an-application.yml +++ b/.github/ISSUE_TEMPLATE/02-running-an-application.yml @@ -14,8 +14,8 @@ body: description: In what type(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net7.0-android, etc.) + - Classic Xamarin.Android (MonoAndroid13.0, etc.) + - .NET Android (net7.0-android, net8.0-android, etc.) validations: required: true - type: input @@ -23,7 +23,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.0.1, VSMac 8.10, .NET 6.0.100, etc. + placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -40,7 +40,7 @@ body: label: Steps to Reproduce description: Describe all the steps we need to take to show the behavior that you have observed. placeholder: | - 1. Create a File > New Android App (Xamarin) + 1. File > New Project > New Android Application 2. Add the following code: ... 3. Run the app and observe the bug 🐞 validations: diff --git a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml index 1b15216addf..98a433a2e41 100644 --- a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml +++ b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml @@ -19,8 +19,8 @@ body: description: In what type(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net7.0-android, etc.) + - Classic Xamarin.Android (MonoAndroid13.0, etc.) + - .NET Android (net7.0-android, net8.0-android, etc.) validations: required: true - type: input @@ -28,7 +28,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.0.1, VSMac 8.10, .NET 6.0.100, etc. + placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -45,7 +45,7 @@ body: label: Steps to Reproduce description: Describe all the steps we need to take to show the behavior that you have observed. placeholder: | - 1. Create a File > New Android App (Xamarin) + 1. File > New Project > New Android Application 2. Add the following code: ... 3. Run the app and observe the bug 🐞 validations: diff --git a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml index 277d3e1d518..23f7068c7b5 100644 --- a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml +++ b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml @@ -16,8 +16,8 @@ body: description: In what type(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net7.0-android, etc.) + - Classic Xamarin.Android (MonoAndroid13.0, etc.) + - .NET Android (net7.0-android, net8.0-android, etc.) validations: required: true - type: input @@ -25,7 +25,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.0.1, VSMac 8.10, .NET 6.0.100, etc. + placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -42,7 +42,7 @@ body: label: Steps to Reproduce description: Describe all the steps we need to take to show the behavior that you have observed. placeholder: | - 1. Create a File > New Android App (Xamarin) + 1. File > New Project > New Android Application 2. Add the following code: ... 3. Run the app and observe the bug 🐞 validations: diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index 4fae9fd711a..cff3f339a64 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -14,8 +14,8 @@ body: description: In what type(s) of Android application(s) do you see this issue? multiple: true options: - - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net7.0-android, etc.) + - Classic Xamarin.Android (MonoAndroid13.0, etc.) + - .NET Android (net7.0-android, net8.0-android, etc.) validations: required: true - type: input @@ -23,7 +23,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.0.1, VSMac 8.10, .NET 6.0.100, etc. + placeholder: E.g. VS 2022 17.8.0, VSMac 17.6.7, .NET 8.0.100, etc. validations: required: true - type: textarea @@ -40,7 +40,7 @@ body: label: Steps to Reproduce description: Describe all the steps we need to take to show the behavior that you have observed. placeholder: | - 1. Create a File > New Android App (Xamarin) + 1. File > New Project > New Android Application 2. Add the following code: ... 3. Run the app and observe the bug 🐞 validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9a2014848fb..dc398c34da4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: https://developercommunity.visualstudio.com about: Feature requests are tracked on Visual Studio Developer Community because it provides good prioritization features like voting. Filing there helps ensure new features are properly considered. - name: "🙋‍♀️ Community Support" - url: https://docs.microsoft.com/answers/topics/164819/dotnet-xamarin.html + url: https://learn.microsoft.com/answers/tags/18/xamarin about: For issues that likely aren't bugs, Microsoft Q&A is a good place to ask for help.