File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ body:
16
16
- label : I could not solve my problem using the conda-forge documentation.
17
17
required : true
18
18
- type : textarea
19
- id : environment
19
+ id : installed
20
20
attributes :
21
- label : Environment
21
+ label : Installed packages
22
22
description : |
23
23
Please share your installed packages by running `conda list` and entering the output below.
24
24
placeholder : " `conda list`"
25
25
render : shell
26
26
validations :
27
27
required : true
28
28
- type : textarea
29
- id : environment
29
+ id : Info
30
30
attributes :
31
- label : Info
31
+ label : Environment info
32
32
description : |
33
33
Please share your environment by running `conda info` and entering the output below.
34
34
placeholder : " `conda info`"
35
35
render : shell
36
36
validations :
37
37
required : true
38
38
- type : textarea
39
- id : environment
39
+ id : Issue
40
40
attributes :
41
41
label : Issue
42
42
description : |
You can’t perform that action at this time.
0 commit comments