Skip to content

Commit 918d1bd

Browse files
committed
Fixup
1 parent d902e5e commit 918d1bd

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Report issue
2-
description: Ask a general question about conda-forge
1+
name: Report an issue
2+
description: Report an issue you are experiencing.
33
labels: General
44
body:
55
- type: markdown
@@ -11,7 +11,7 @@ body:
1111
id: cf-documentation
1212
attributes:
1313
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.
1515
options:
1616
- label: I could not solve my problem using the conda-forge documentation.
1717
required: true
@@ -20,8 +20,9 @@ body:
2020
attributes:
2121
label: Installed packages
2222
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"
2526
render: shell
2627
validations:
2728
required: true
@@ -30,8 +31,9 @@ body:
3031
attributes:
3132
label: Environment info
3233
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.
36+
placeholder: "conda info"
3537
render: shell
3638
validations:
3739
required: true
@@ -40,6 +42,6 @@ body:
4042
attributes:
4143
label: Issue
4244
description: |
43-
Please descripe the issue you are experiencing.
45+
Please descripe the issue you are experiencing:
4446
validations:
4547
required: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: General question
1+
name: Ask a general question
22
description: Ask a general question about conda-forge
33
labels: General
44
body:
55
- type: textarea
66
id: comment
77
attributes:
8-
label: "General question:"
8+
label: "Your question:"

0 commit comments

Comments
 (0)