Skip to content

Commit

Permalink
Fix issue labels (#92)
Browse files Browse the repository at this point in the history
* Update BUG_REPORT.md

* Update BUG_REPORT.md

* Update BUG_REPORT.md

* Update BUG_REPORT.md

* Update FEATURE_REQUEST.md
  • Loading branch information
ljtill authored Jul 15, 2020
1 parent e5d2e3e commit f9a3e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Bug report \U0001F41B"
about: Report errors or unexpected behaviour
title: 'Bug Report'
labels: bug :ambulance:, needs triage :warning:
labels: 'needs triage :warning:'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Feature request \U0001F680"
about: Suggest an idea for this project
title: 'Feature Request'
labels: feature :bulb:, needs triage :warning:
labels: 'needs triage :warning:'
assignees: ''

---
Expand Down

0 comments on commit f9a3e27

Please sign in to comment.