Skip to content

Commit

Permalink
chore(github): update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Jun 1, 2020
2 parents 9f24338 + 3f3045c commit a240350
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: ":bug: Bug Report"
about: "Use this if something isn't working how you think it should or you think you've found a bug"
labels: "type/bug", "state/awaiting-investigation", "state/awaiting-triage"
---
name: Bug Report
about: Use this if something isn't working how you think it should or you think you've
found a bug
title: "[scope] summary of your bug"
labels: state/awaiting-investigation, state/awaiting-triage, type/bug
assignees: ''

<!--
Please use the following issue title format:
"[<scope>] <summary of what is wrong>"
-->
---

# Bug Report
<!-- Describe what's wrong in great detail (required). -->
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord Community
url: https://discord.gg/YChxjJ3
about: Get quick support for your issue from the community.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
name: ":rocket: Feature Request"
about: "Use this to suggest new feature/enhancements"
labels: "type/feat", "state/awaiting-triage"
---
name: Feature Request
about: Use this to suggest new feature/enhancements
title: "[scope] summary of your request"
labels: state/awaiting-triage, type/feat
assignees: ''

<!--
Please use the following issue title format:
"[<scope>] <summary of your request>"
-->
---

# Feature Request
<!--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: ":notebook: Support Question"
about: "Use this if you have a any question or need a helping hand"
labels: "type/usage", "state/awaiting-triage"
name: Support Question
about: Use this if you have a any question or need a helping hand
title: "[Help] summary of your issue"
labels: state/awaiting-triage, type/usage
assignees: ''

---

# Help Wanted
Expand Down

0 comments on commit a240350

Please sign in to comment.