From 386e6bbcdd917e3805022e0b39ac36d762559a12 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Mon, 13 Mar 2023 11:52:26 -0400 Subject: [PATCH 1/2] [github] Use ".NET Android", not "Android for .NET" Our current terminology is to use ".NET Android", not "Android for .NET". Update our GitHub templates accordingly. --- .github/ISSUE_TEMPLATE/01-building-an-application.yml | 2 +- .github/ISSUE_TEMPLATE/02-running-an-application.yml | 2 +- .github/ISSUE_TEMPLATE/03-mono-android-api.yml | 2 +- .github/ISSUE_TEMPLATE/04-binding-a-java-library.yml | 2 +- .github/ISSUE_TEMPLATE/05-other.yml | 2 +- 5 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 8779d4ca1f0..6ec2ed77825 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - Android for .NET (net6.0-android, etc.) + - .NET Android (net6.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/02-running-an-application.yml b/.github/ISSUE_TEMPLATE/02-running-an-application.yml index 40f28ac0134..9fcd06c1396 100644 --- a/.github/ISSUE_TEMPLATE/02-running-an-application.yml +++ b/.github/ISSUE_TEMPLATE/02-running-an-application.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - Android for .NET (net6.0-android, etc.) + - .NET Android (net6.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml index e8b3851b283..60e1bec16db 100644 --- a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml +++ b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml @@ -20,7 +20,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - Android for .NET (net6.0-android, etc.) + - .NET Android (net6.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml index 911b7538235..340f60b4fca 100644 --- a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml +++ b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml @@ -17,7 +17,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - Android for .NET (net6.0-android, etc.) + - .NET Android (net6.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index 2f6f3c5fc0d..7041222adaa 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - Android for .NET (net6.0-android, etc.) + - .NET Android (net6.0-android, etc.) validations: required: true - type: input From cdd6ceaf5d173a8465270973e1fc25abe8e298bd Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 13 Mar 2023 13:17:26 -0500 Subject: [PATCH 2/2] 'net6.0' -> 'net7.0' --- .github/ISSUE_TEMPLATE/01-building-an-application.yml | 2 +- .github/ISSUE_TEMPLATE/02-running-an-application.yml | 2 +- .github/ISSUE_TEMPLATE/03-mono-android-api.yml | 2 +- .github/ISSUE_TEMPLATE/04-binding-a-java-library.yml | 2 +- .github/ISSUE_TEMPLATE/05-other.yml | 2 +- 5 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 6ec2ed77825..7a894f0e992 100644 --- a/.github/ISSUE_TEMPLATE/01-building-an-application.yml +++ b/.github/ISSUE_TEMPLATE/01-building-an-application.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net6.0-android, etc.) + - .NET Android (net7.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/02-running-an-application.yml b/.github/ISSUE_TEMPLATE/02-running-an-application.yml index 9fcd06c1396..eb0933eedfe 100644 --- a/.github/ISSUE_TEMPLATE/02-running-an-application.yml +++ b/.github/ISSUE_TEMPLATE/02-running-an-application.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net6.0-android, etc.) + - .NET Android (net7.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml index 60e1bec16db..1b15216addf 100644 --- a/.github/ISSUE_TEMPLATE/03-mono-android-api.yml +++ b/.github/ISSUE_TEMPLATE/03-mono-android-api.yml @@ -20,7 +20,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net6.0-android, etc.) + - .NET Android (net7.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml index 340f60b4fca..277d3e1d518 100644 --- a/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml +++ b/.github/ISSUE_TEMPLATE/04-binding-a-java-library.yml @@ -17,7 +17,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net6.0-android, etc.) + - .NET Android (net7.0-android, etc.) validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/05-other.yml b/.github/ISSUE_TEMPLATE/05-other.yml index 7041222adaa..4fae9fd711a 100644 --- a/.github/ISSUE_TEMPLATE/05-other.yml +++ b/.github/ISSUE_TEMPLATE/05-other.yml @@ -15,7 +15,7 @@ body: multiple: true options: - Classic Xamarin.Android (MonoAndroid12.0, etc.) - - .NET Android (net6.0-android, etc.) + - .NET Android (net7.0-android, etc.) validations: required: true - type: input