29 lines
713 B
Markdown
29 lines
713 B
Markdown
---
|
|
name: Bug report
|
|
about: Topgrade is misbehaving
|
|
labels: is:bug
|
|
---
|
|
|
|
<!-- If you're here to report about a "No asset found" error, please make sure that an hour has been passed since the last release was made. -->
|
|
|
|
## What did you expect to happen?
|
|
|
|
|
|
## What actually happened?
|
|
|
|
|
|
## Additional details
|
|
- Which operating system or Linux distribution are you using?
|
|
- How did you install Topgrade?
|
|
|
|
<!--
|
|
Run `topgrade --dry-run` to see which commands Topgrade is running.
|
|
If the command seems wrong and you know why pleaes tell us so.
|
|
If the command seems fine try to run it yourself
|
|
and tell us if you got a different result from Topgrade.
|
|
-->
|
|
|
|
<details><pre>
|
|
Paste the output of `topgrade -v`
|
|
</pre></details>
|