Skip to content

Commit 0f9d1da

Browse files
authored
Make bug report template easier to fill (#4076)
* Make bug report template easier to fill This is an attempt to make it easier for users to fill out the bug report template by requiring less edits to copy-paste the relevant information. Hopefully, this translates into better reports that deviate less from the template and less friction for maintainers to triage issues. * Drop node_modules questions from bug report template Based on feedback from Steffen. Probably the info is not very relevant in most cases.
1 parent 6b67c20 commit 0f9d1da

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ assignees: ''
99

1010
### Environment
1111

12-
* Elixir version (elixir -v):
13-
* Phoenix version (mix deps):
14-
* Phoenix LiveView version (mix deps):
12+
* Elixir version (please paste the output of `elixir -v`):
13+
```
14+
15+
```
16+
* Phoenix and LiveView versions (`mix deps | grep -w 'phoenix\|phoenix_live_view'`):
17+
```
18+
19+
```
1520
* Operating system:
16-
* Browsers you attempted to reproduce this bug on (the more the merrier):
17-
* Does the problem persist after removing "assets/node_modules" and trying again? Yes/no:
21+
- [ ] Windows
22+
- [ ] MacOS
23+
- [ ] Linux
24+
- [ ] Other (please specify):
25+
* Browsers (including version) you attempted to reproduce this bug on (the more the merrier):
26+
```
27+
28+
```
1829

1930
### Actual behavior
2031

0 commit comments

Comments
 (0)