Try again to fix bug report tamplate
This commit is contained in:
parent
ee247fc53a
commit
57bad49e2e
1 changed files with 16 additions and 14 deletions
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,19 +1,21 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Template for reporting a bug.
|
||||
title: "Bug Report: CHANGEME"
|
||||
labels: bug_report
|
||||
assignees: zontreck
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What I was doing when this happened"
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What steps will reproduce the bug?"
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What I was expecting to happen"
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What actually happened"
|
||||
---
|
||||
---
|
||||
Bug Report
|
||||
====
|
||||
|
||||
1) What I was doing when this happened:
|
||||
|
||||
2) Steps to reproduce the bug
|
||||
|
||||
```
|
||||
CHANGEME
|
||||
```
|
||||
|
||||
3) What I was expecting to happen:
|
||||
|
||||
4) What actually happened:
|
Reference in a new issue