Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Removing the project:SDK label as it creates additional noise and confusion for support by making it seem like the issue has been looked at by an Expo team member. Moving forward, we'll use individual module labels.
  • Loading branch information
AdamJNavarro authored Mar 29, 2019
1 parent 6cfa9c5 commit a745776
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: "🐛 Bug Report in Expo SDK"
name: "\U0001F41B Bug Report in Expo SDK"
about: You want to report a reproducible bug or regression in Expo SDK.
labels: 'project: sdk'
title: ''
labels: ''
assignees: ''

---

## 🐛 Bug Report
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report_cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: "🐛 Bug Report in Expo CLI"
name: "\U0001F41B Bug Report in Expo CLI"
about: You want to report an issue with Expo CLI, our command line tool.
title: ''
labels: ''
assignees: ''

---

<!--
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: "📃 Documentation Bug"
name: "\U0001F4C3 Documentation Bug"
about: You want to report something that is wrong or missing from the documentation.
title: '[docs] '
title: "[docs] "
labels: 'project: docs'
assignees: ''

---

<!--
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: "🙋 Feature Request"
name: "\U0001F64B Feature Request"
about: Want us to add something to Expo?
title: ''
labels: ''
assignees: ''

---

<!--
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: "❓ Questions and discussions"
about: You have a question about Expo or want to discuss some aspects of Expo.
title: ''
labels: ''
assignees: ''

---

<!--
Expand Down

0 comments on commit a745776

Please sign in to comment.