Skip to content

Commit 98e8ed1

Browse files
committed
Create docs_template.yml
1 parent bd7fc14 commit 98e8ed1

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: 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+
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 added?
23+
description: In case the content fits onto an already exisiting page, please provide its name or link to it here.
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
attributes:
29+
label: What should be added?
30+
description: |
31+
Please insert the content to be added.
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 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.
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 add.
43+
validations:
44+
required: false

0 commit comments

Comments
 (0)