Skip to content

Commit 3b8709a

Browse files
authored
Update issue templates
1 parent 7d638e0 commit 3b8709a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report for a crash or unexpected behavior.
44
title: ''
5-
labels: 'bug'
5+
labels: bug
66
assignees: ''
77

88
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Create a request for new functionality
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
A feature request is describes a suggested improvement. If you have a debugging or troubleshooting question, please open a discussion on the [Rails forum, category webpacker](https://discuss.rubyonrails.org/c/webpacker/10)
11+
12+
Ruby version:
13+
Rails version:
14+
Webpacker version:
15+
16+
Desired behavior:
17+
18+
Actual behavior:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a request for new functionality
44
title: ''
5-
labels: 'enhancement'
5+
labels: enhancement
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)