Skip to content

Commit 7868e6e

Browse files
[github] cleanup issue template (#10147)
Instead of assignees, we're going to simply "watch" the entire repo going forward.
1 parent 4991cc9 commit 7868e6e

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🛠 Building an Application
22
description: Issues trying to compile or package your application.
33
labels: ["Area: App+Library Build", "needs-triage"]
4-
assignees: ["jonathanpeppers"]
54
body:
65
- type: markdown
76
attributes:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🏃‍♀️ Running an Application
22
description: Issues trying to run your application, like crashes on device or in the emulator.
33
labels: ["Area: App Runtime", "needs-triage"]
4-
assignees: ["grendello"]
54
body:
65
- type: markdown
76
attributes:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🤖 Android API
22
description: Issues with the Android API exposed in Mono.Android.
33
labels: ["Area: Mono.Android", "needs-triage"]
4-
assignees: ["jpobst"]
54
body:
65
- type: markdown
76
attributes:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: ☕ Binding an Android Library
22
description: Issues trying to bind an Android library using an Android Bindings project.
33
labels: ["Area: Mono.Bindings", "needs-triage"]
4-
assignees: ["jpobst"]
54
body:
65
- type: markdown
76
attributes:

.github/ISSUE_TEMPLATE/05-other.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🐛 Other
22
description: Not sure where your issue fits? We'll direct it the right place!
33
labels: ["needs-triage"]
4-
assignees: ["jpobst"]
54
body:
65
- type: markdown
76
attributes:

0 commit comments

Comments
 (0)