35 lines
851 B
Markdown
35 lines
851 B
Markdown
---
|
|
name: Bug report
|
|
about: Topgrade is misbehaving
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- 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?
|
|
- Which version are you running? <!-- Check with `topgrade -V` -->
|
|
|
|
<!--
|
|
Run `topgrade --dry-run` to see which commands Topgrade is running.
|
|
If the command seems wrong and you know why please 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>
|
|
<!-- Paste the output of the problematic command with `-v` into the pre-tags -->
|
|
<pre>
|
|
|
|
</pre>
|
|
</details>
|