Skip to content

Commit 7d638e0

Browse files
authored
Merge pull request #3257 from justin808/patch-26
Add Issue templates
2 parents 6614a4f + b6362d1 commit 7d638e0

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report for a crash or unexpected behavior.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
A bug is a crash or incorrect behavior. 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+
Expected behavior:
17+
18+
Actual behavior:
19+
20+
Small, reproducible repo:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
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:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ leaving Webpack responsible solely for app-like JavaScript, or it can be used ex
1515

1616
**NOTE:** The master branch now hosts the code for v6.x.x. Please refer to [5-x-stable](https://github.com/rails/webpacker/tree/5-x-stable) branch for 5.x documentation.
1717

18+
Pleaes see the [new rails/webpacker discussion forum](https://discuss.rubyonrails.org/c/webpacker/10) to discuss debugging and troubleshooting tips. Please open issues for bugs and feature requests.
19+
1820
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1921
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2022

0 commit comments

Comments
 (0)