You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report an issue you are experiencing.
3
+
labels: General
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for reporting your issue.
9
+
Please fill out the sections below.
10
+
- type: checkboxes
11
+
id: cf-documentation
12
+
attributes:
13
+
label: Conda-forge documentation
14
+
description: Please confirm that you read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find a solution for your problem there.
15
+
options:
16
+
- label: I could not solve my problem using the conda-forge documentation.
17
+
required: true
18
+
- type: textarea
19
+
id: installed
20
+
attributes:
21
+
label: Installed packages
22
+
description: |
23
+
Please share your installed packages by running `conda list` and entering the output below:
24
+
_Note:_ This will be automatically formatted as code.
25
+
placeholder: "conda list"
26
+
render: shell
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
id: Info
31
+
attributes:
32
+
label: Environment info
33
+
description: |
34
+
Please share your environment by running `conda info` and entering the output below:
35
+
_Note:_ This will be automatically formatted as code.
0 commit comments