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: Ask a general question about conda-forge
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: I 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 the solution for my 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: environment
20
+
attributes:
21
+
label: Environment
22
+
description: |
23
+
Please share your installed packages by running `conda list` and entering the output below.
24
+
placeholder: "`conda list`"
25
+
render: shell
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
id: environment
30
+
attributes:
31
+
label: Info
32
+
description: |
33
+
Please share your environment by running `conda info` and entering the output below.
0 commit comments