Skip to content

Commit 76c9845

Browse files
authored
Merge pull request #1578 from BastianZim/new-issue
Use new issue template
2 parents d236b98 + 918d1bd commit 76c9845

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Conda-forge gitter chat
4+
url: https://gitter.im/conda-forge/conda-forge.github.io
5+
about: Chat to us about conda-forge and ask general questions.
6+
- name: Conda-forge documentation
7+
url: https://conda-forge.org/docs/
8+
about: The complete conda-forge documentation.
9+
- name: Conda-forge packages
10+
url: https://conda-forge.org/feedstock-outputs/
11+
about: For when you have an issue with a specific package.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Report an issue
2+
description: Report an issue you are experiencing.
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: 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+
options:
16+
- label: I could not solve my problem using the conda-forge documentation.
17+
required: true
18+
- type: textarea
19+
id: installed
20+
attributes:
21+
label: Installed packages
22+
description: |
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"
26+
render: shell
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: Info
31+
attributes:
32+
label: Environment info
33+
description: |
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"
37+
render: shell
38+
validations:
39+
required: true
40+
- type: textarea
41+
id: Issue
42+
attributes:
43+
label: Issue
44+
description: |
45+
Please descripe the issue you are experiencing:
46+
validations:
47+
required: true
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Ask a general question
2+
description: Ask a general question about conda-forge
3+
labels: General
4+
body:
5+
- type: textarea
6+
id: comment
7+
attributes:
8+
label: "Your question:"

0 commit comments

Comments
 (0)