lego/.github/ISSUE_TEMPLATE/bug_report.md

43 lines
674 B
Markdown
Raw Normal View History

2021-03-06 17:29:28 +00:00
---
name: Bug report
about: Create a report to help us improve
labels: bug
---
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
- [ ] Yes, I'm using a binary release within 2 latest releases.
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
- [ ] Yes, I've included all information below (version, config, etc).
### What did you expect to see?
### What did you see instead?
### Steps to reproduce
1. ...
2. ...
3. ...
### Details
<details><summary>Version of lego</summary>
```console
$ lego --version
# paste output here
```
</details>
<details><summary>Logs</summary>
```console
# paste output here
```
</details>