Skip to content

Commit

Permalink
auto apply labels for issue templates (#1905)
Browse files Browse the repository at this point in the history
* misc: auto apply label for Bug-report template

* misc: auto apply label for Feature-request template
  • Loading branch information
jamesgeorge007 committed Oct 10, 2020
1 parent fd5b92b commit ceaeefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
@@ -1,6 +1,7 @@
---
name: "[BUG]: \U0001F41EReport"
about: "Template for \U0001F98E's you encounter with webpack-cli"
labels: 'Bug'
---

**Describe the bug**
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
@@ -1,6 +1,7 @@
---
name: "[FEATURE]: Feature request \U0001F914"
about: "Suggest ideas you wish webpack-cli had \U0001F680"
labels: 'Feature Request'
---

**Is your feature request related to a problem? Please describe.**
Expand Down

0 comments on commit ceaeefb

Please sign in to comment.