chore: update bug report issue template (#474)

This commit is contained in:
SteveLauC
2023-06-23 17:03:29 +08:00
committed by GitHub
parent 57546a07fc
commit 5b8850e8a3

View File

@@ -2,32 +2,79 @@
name: Bug report name: Bug report
about: Topgrade is misbehaving about: Topgrade is misbehaving
title: '' title: ''
labels: '' labels: 'bug'
assignees: '' 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. --> <!--
Thanks for taking the time to fill out this bug report!
Please make sure to
[search for existing issues](https://github.com/topgrade-rs/topgrade/issues)
before filing a new one!
## What did you expect to happen? Questions labeled with `Optional` can be skipped.
-->
<!--
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 actually happened? ## Erroneous Behavior
<!--
What actually happened?
-->
## Expected Behavior
<!--
Describe the expected behavior
-->
## Steps to reproduce
<!--
A minimal example to reproduce the issue
-->
## Possible Cause (Optional)
<!--
If you know the possible cause of the issue, please tell us.
-->
## Problem persists without calling from topgrade
<!--
Execute the erroneous command directly to see if the problem persists
-->
- [ ] Yes
## Configuration file (Optional)
<!--
Paste your configuration file inside the code block if you think this issue is
related to configuration.
-->
```toml
```
## Additional Details ## Additional Details
- Which operating system or Linux distribution are you using? - Operation System/Version
- How did you install Topgrade? <!-- For example, Fedora Linux 38 -->
- Which version are you running? <!-- Check with `topgrade -V` -->
<!-- - Installation
Run `topgrade --dry-run` to see which commands Topgrade is running. <!--
If the command seems wrong and you know why please tell us so. How did you install topgrade: build from repo / crates.io (cargo install topgrade)
If the command seems fine try to run it yourself and tell us if you got a different result from Topgrade. / package manager (which one) / other (describe)
-->
- Topgrade version (`topgrade -V`)
## Verbose Output (`topgrade -v`)
<!--
Paste the verbose output into the pre-tags
--> -->
<details> <details>
<!-- Paste the output of the problematic command with `-v` into the pre-tags -->
<pre> <pre>
</pre> </pre>