Extend issue template (#2996)

* Extend issue template

* Update bug.yml
This commit is contained in:
Jonas Haag 2023-11-21 10:17:04 +02:00 committed by GitHub
parent 139b7ef020
commit 0177c44383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -2,23 +2,31 @@ name: Bug report
description: Problem using Mamba / Micromamba
body:
- type: checkboxes
id: terms
id: troubleshooting1
attributes:
label: Troubleshooting docs
description: Please check the [troubleshooting docs](https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html) before making a report.
options:
- label: "My problem is not solved in the Troubleshooting docs"
required: true
- type: checkboxes
id: troubleshooting2
attributes:
label: Anaconda default channels
description: Please be sure that you do NOT use the `pkgs/*` etc. channels. See the [troubleshooting docs](https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html#using-the-defaults-channels).
options:
- label: "I do NOT use the Anaconda default channels (pkgs/* etc.)"
required: true
- type: dropdown
id: mamba_installation_method
attributes:
label: How did you install Mamba?
description: |
If you use Mamba, please install it via [Mambaforge](https://mamba.readthedocs.io/en/latest/installation.html#fresh-install).
If you use Mamba, please install it via [Miniforge](https://mamba.readthedocs.io/en/latest/installation.html#fresh-install).
If you use Micromamba, please select "Micromamba" below.
options:
- "Mambaforge"
- "Mambaforge or latest Miniforge"
- "Micromamba"
- "Other (please describe)"
validations: