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
1
+
name: Report an issue
2
+
description: Report an issue you are experiencing.
3
3
labels: General
4
4
body:
5
5
- type: markdown
@@ -11,7 +11,7 @@ body:
11
11
id: cf-documentation
12
12
attributes:
13
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.
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
15
options:
16
16
- label: I could not solve my problem using the conda-forge documentation.
17
17
required: true
@@ -20,8 +20,9 @@ body:
20
20
attributes:
21
21
label: Installed packages
22
22
description: |
23
-
Please share your installed packages by running `conda list` and entering the output below.
24
-
placeholder: "`conda list`"
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"
25
26
render: shell
26
27
validations:
27
28
required: true
@@ -30,8 +31,9 @@ body:
30
31
attributes:
31
32
label: Environment info
32
33
description: |
33
-
Please share your environment by running `conda info` and entering the output below.
34
-
placeholder: "`conda info`"
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