forked from TrueCloudLab/lego
42 lines
674 B
Markdown
42 lines
674 B
Markdown
---
|
|
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>
|