mirror of https://github.com/mamba-org/mamba.git
parent
139b7ef020
commit
0177c44383
|
@ -2,23 +2,31 @@ name: Bug report
|
||||||
description: Problem using Mamba / Micromamba
|
description: Problem using Mamba / Micromamba
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: troubleshooting1
|
||||||
attributes:
|
attributes:
|
||||||
label: Troubleshooting docs
|
label: Troubleshooting docs
|
||||||
description: Please check the [troubleshooting docs](https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html) before making a report.
|
description: Please check the [troubleshooting docs](https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html) before making a report.
|
||||||
options:
|
options:
|
||||||
- label: "My problem is not solved in the Troubleshooting docs"
|
- label: "My problem is not solved in the Troubleshooting docs"
|
||||||
required: true
|
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
|
- type: dropdown
|
||||||
id: mamba_installation_method
|
id: mamba_installation_method
|
||||||
attributes:
|
attributes:
|
||||||
label: How did you install Mamba?
|
label: How did you install Mamba?
|
||||||
description: |
|
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.
|
If you use Micromamba, please select "Micromamba" below.
|
||||||
options:
|
options:
|
||||||
- "Mambaforge"
|
- "Mambaforge or latest Miniforge"
|
||||||
- "Micromamba"
|
- "Micromamba"
|
||||||
- "Other (please describe)"
|
- "Other (please describe)"
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Reference in New Issue