Skip to content

Commit 77970f0

Browse files
committed
Create docs_error_template.yml
1 parent 98e8ed1 commit 77970f0

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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 docsm, please open an issue with a suggestion instead or directly make a PR.
15+
16+
_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.
17+
18+
Don't worry about the completeness of your PR, we are happy to help with any questions you might have!
19+
20+
- type: input
21+
attributes:
22+
label: Where should the content be changed?
23+
description: Please provide a link to the page where the incorreect content appears.
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
attributes:
29+
label: What should be changed?
30+
description: |
31+
Please insert the content to be changed and what should be changed.
32+
33+
This can be just a couple of bullet points or the text to be included.
34+
35+
_Note:_ If you already have a pretty good idea of what the change should look like, you can also open a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) and change the content yourself.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
attributes:
41+
label: Additional information
42+
description: Add any more info or links that explain what you want to change.
43+
validations:
44+
required: false

0 commit comments

Comments
 (0)