Skip to content

Commit 4002908

Browse files
committed
Add error template
1 parent c7eb045 commit 4002908

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: General question
2+
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.
34+
placeholder: "`conda info`"
35+
render: shell
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: environment
40+
attributes:
41+
label: Issue
42+
description: |
43+
Please descripe the issue you are experiencing.
44+
validations:
45+
required: true

0 commit comments

Comments
 (0)