Skip to content

Commit 5cd8a45

Browse files
committed
Fix IDs
1 parent 4002908 commit 5cd8a45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/error_template.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ body:
1616
- label: I could not solve my problem using the conda-forge documentation.
1717
required: true
1818
- type: textarea
19-
id: environment
19+
id: installed
2020
attributes:
21-
label: Environment
21+
label: Installed packages
2222
description: |
2323
Please share your installed packages by running `conda list` and entering the output below.
2424
placeholder: "`conda list`"
2525
render: shell
2626
validations:
2727
required: true
2828
- type: textarea
29-
id: environment
29+
id: Info
3030
attributes:
31-
label: Info
31+
label: Environment info
3232
description: |
3333
Please share your environment by running `conda info` and entering the output below.
3434
placeholder: "`conda info`"
3535
render: shell
3636
validations:
3737
required: true
3838
- type: textarea
39-
id: environment
39+
id: Issue
4040
attributes:
4141
label: Issue
4242
description: |

0 commit comments

Comments
 (0)