Skip to content

Commit 574381c

Browse files
authored
Merge pull request #1598 from BastianZim/add-docs-issue
Add docs issues
2 parents bd7fc14 + 62f9349 commit 574381c

File tree

3 files changed

+92
-1
lines changed

3 files changed

+92
-1
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Correct existing content
2+
description: Suggest a correction of the conda-forge docs.
3+
labels:
4+
- Docs
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for improving the conda-forge docs!
11+
12+
Please check to make sure someone hasn't already opened a similar [issue](https://github.com/conda-forge/conda-forge.github.io/issues) and then fill out the form below.
13+
14+
If you would like to add something to the docs, please open an issue with a suggestion instead or directly make a PR.
15+
_Note:_ As we're all volunteers, we cannot promise to include your change immediately and encourage you therefore to create a [PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) instead. Don't worry about the completeness of it, we are happy to help with any questions you might have!
16+
17+
- type: input
18+
attributes:
19+
label: Where should the content be changed?
20+
description: Please provide a link to the page where the incorrect content appears.
21+
validations:
22+
required: false
23+
24+
- type: textarea
25+
attributes:
26+
label: What should be changed?
27+
description: |
28+
Please insert the content to be changed and what should be changed.
29+
This can be just a couple of bullet points or the text to be included.
30+
31+
_Note:_ If you already have a pretty good idea of what the change should look like, you can also open a [PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) and change the content yourself.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Additional information
38+
description: Add any more info or links that explain what you want to change.
39+
validations:
40+
required: false
41+
42+
- type: checkboxes
43+
attributes:
44+
label: Incorrect or outdated
45+
description: Is the content incorrect or outdated?
46+
options:
47+
- label: Incorrect
48+
- label: Outdated
49+
validations:
50+
required: true
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Improve existing content
2+
description: Make a suggestion about the conda-forge docs.
3+
labels:
4+
- Docs
5+
- enhancement
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for improving the conda-forge docs!
11+
12+
Please check to make sure someone hasn't already opened a similar [issue](https://github.com/conda-forge/conda-forge.github.io/issues) and then fill out the form below.
13+
14+
If you believe that something is incorrect in the docs, please open an issue with a fix instead or directly make a PR.
15+
_Note:_ As we're all volunteers, we cannot promise to include your change immediately and encourage you therefore to create a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) instead. Don't worry about the completeness of it, we are happy to help with any questions you might have!
16+
17+
- type: input
18+
attributes:
19+
label: Where should the content be added?
20+
description: In case the content fits onto an already exisiting page, please provide its name or link to it here.
21+
validations:
22+
required: false
23+
24+
- type: textarea
25+
attributes:
26+
label: What should be added?
27+
description: |
28+
Please insert the content to be added.
29+
30+
This can be just a couple of bullet points or the text to be included.
31+
32+
_Note:_ If you already have a pretty good idea of what the addtion should look like, you can also open a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) and add the content yourself.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Additional information
39+
description: Add any more info or links that explain what you want to add.
40+
validations:
41+
required: false

.github/ISSUE_TEMPLATE/general_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Ask a general question
2-
description: Ask a general question about conda-forge
2+
description: Ask a general question about conda-forge.
33
labels: question
44
body:
55
- type: textarea

0 commit comments

Comments
 (0)