23 lines
491 B
Markdown
23 lines
491 B
Markdown
---
|
|
name: Bug report
|
|
about: Topgrade might be misbehaving
|
|
labels: is:bug
|
|
---
|
|
|
|
**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?
|
|
- If a specific step is failing, what happens when you run the command on your own? (Run `topgrade --dry-run` to see which commands Topgrade is running)
|
|
|
|
<details><pre>
|
|
Paste the output of `topgrade -v`
|
|
</pre></details>
|