Skip to content

Commit

Permalink
[GitHub] Update our new issue templates. (#1001)
Browse files Browse the repository at this point in the history
We no longer need to ask if this is Classic Xamarin.Android or Android for .NET in the issue template.

Additionally, remove the PR template.  It's outdated (support libraries) and doesn't seem to provide any value, and none of our other repositories have one.
  • Loading branch information
jpobst authored Oct 8, 2024
1 parent af83d94 commit dda2cd4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/01-use-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ 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 (MonoAndroid12.0, etc.)
- Android for .NET (net6.0-android, etc.)
- Not applicable
- net8.0-android
- net9.0-android
- Other
validations:
required: true
- type: input
id: platform-versions
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.9.0, .NET 8.0.100, etc.
validations:
required: true
- type: textarea
Expand All @@ -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. If you have a repro project, you can drag and drop the .zip/etc. onto the issue editor to attach it, or post a link to a sample project.
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:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02-new-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🆕 New AndroidX package binding request
description: Request for a new Google AndroidX package to be bound.
name: 🆕 New package binding request
description: Request a new Google package to be bound.
title: 'Bind "example.package"'
labels: ["new-package-request"]
body:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/03-updated-package.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 📦 Update AndroidX package binding request
description: Request for a newer version of a package in this repository to be bound.
name: 📦 Update package binding request
description: Request a newer version of a package in this repository to be bound.
title: 'Update "example.package" to "1.1.0"'
labels: 'update-package-request'
body:
- type: markdown
attributes:
value: |
Note that this template rarely needs to be used. We have an automated process that runs periodically
that files a PR to update the packages to the latest *stable* releases from Google.
Note that this template rarely needs to be used. We have an script we regularly run
that updates the packages to the latest *stable* releases from Google.
It may take a few weeks to get new versions committed and released.
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/04-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ 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 (MonoAndroid12.0, etc.)
- Android for .NET (net6.0-android, etc.)
- Not applicable
- net8.0-android
- net9.0-android
- Other
validations:
required: true
- type: input
id: platform-versions
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.9.0, .NET 8.0.100, etc.
validations:
required: true
- type: textarea
Expand Down
7 changes: 0 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

0 comments on commit dda2cd4

Please sign in to comment.