Skip to content

Commit 7bfe62b

Browse files
authored
Update ISSUE_TEMPLATE.md
Borrow content from Rails' Issue template. It emphasizes reproduction.
1 parent 16f6fc5 commit 7bfe62b

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/ISSUE_TEMPLATE.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
Help us help you! Have you looked for similar issues? Do you have reproduction steps? [Contributing Guide](CONTRIBUTING.md#reporting-bugs)
22

3-
- [ ] My app crashes with `react-rails`, so I've included the stack trace and the exact steps which make it crash.
4-
- [ ] My app doesn't crash, but I'm getting unexpected behavior. So, I've described the unexpected behavior and suggested a new behavior.
5-
- [ ] I'm trying to use `react-rails` with another library, but I'm having trouble. I've described my JavaScript management setup (eg, Sprockets, Webpack...), how I'm trying to use this other library, and why it's not working.
6-
- [ ] I have another issue to discuss.
3+
### Steps to reproduce
4+
5+
(Guidelines for creating a bug report are [available
6+
here](../CONTRIBUTING.md#reporting-bugs))
7+
8+
### Expected behavior
9+
Tell us what should happen
10+
11+
### Actual behavior
12+
Tell us what happens instead
13+
14+
### System configuration
15+
**Sprockets or Webpacker version**:
16+
**React-Rails version**:
17+
**Rect_UJS version**:
18+
**Rails version**:
19+
**Ruby version**:
20+
721

822
-------
923

0 commit comments

Comments
 (0)