Skip to content

Commit

Permalink
[github] Fix issue template emojis (#6536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Nov 30, 2021
1 parent f96c38d commit c3710ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-building-an-application.yml
@@ -1,4 +1,4 @@
name: \U0001F6E0 Building an Application
name: 🛠 Building an Application
description: Issues trying to compile or package your application.
labels: ["Area: App+Library Build", "needs-triage"]
assignees: ["jonathanpeppers", "dellis1972"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-running-an-application.yml
@@ -1,4 +1,4 @@
name: \U0001F3C3‍♀️ Running an Application
name: 🏃‍♀️ Running an Application
description: Issues trying to run your application, like crashes on device or in the emulator.
labels: ["Area: App Runtime", "needs-triage"]
assignees: ["grendello"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-mono-android-api.yml
@@ -1,4 +1,4 @@
name: \U0001F916 Android API
name: 🤖 Android API
description: Issues with the Android API exposed in Mono.Android.
labels: ["Area: Mono.Android", "needs-triage"]
assignees: ["jpobst"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/05-other.yml
@@ -1,4 +1,4 @@
name: \U0001F41B Other
name: 🐛 Other
description: Not sure where your issue fits? We'll direct it the right place!
labels: ["needs-triage"]
assignees: ["jpobst"]
Expand Down

0 comments on commit c3710ee

Please sign in to comment.