Skip to content

Commit fe43417

Browse files
authored
[.github] Update issue templates to include net10.0-android. (#9753)
Users will (hopefully!) be testing the forthcoming .NET 10 for Android preview bits and providing feedback. Or even providing feedback today on `main` builds! Update our issue templates to include `net10.0-android (Preview)` as an option.
1 parent 44c5c30 commit fe43417

5 files changed

+5
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
options:
1717
- net8.0-android
1818
- net9.0-android
19+
- net10.0-android (Preview)
1920
- Other
2021
validations:
2122
required: true

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
options:
1717
- net8.0-android
1818
- net9.0-android
19+
- net10.0-android (Preview)
1920
- Other
2021
validations:
2122
required: true

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ body:
2121
options:
2222
- net8.0-android
2323
- net9.0-android
24+
- net10.0-android (Preview)
2425
- Other
2526
validations:
2627
required: true

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

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
options:
1919
- net8.0-android
2020
- net9.0-android
21+
- net10.0-android (Preview)
2122
- Other
2223
validations:
2324
required: true

.github/ISSUE_TEMPLATE/05-other.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
options:
1717
- net8.0-android
1818
- net9.0-android
19+
- net10.0-android (Preview)
1920
- Other
2021
validations:
2122
required: true

0 commit comments

Comments
 (0)