Update bug_report.md with improved hints (#971)
* Update bug_report.md * Update bug_report.md
This commit is contained in:
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -12,17 +12,20 @@ labels: is:bug
|
||||
## What actually happened?
|
||||
|
||||
|
||||
## Additional details
|
||||
## 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 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.
|
||||
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><pre>
|
||||
Paste the output of `topgrade -v`
|
||||
</pre></details>
|
||||
<details>
|
||||
<!-- Paste the output of the problematic command with `-v` into the pre-tags -->
|
||||
<pre>
|
||||
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user