Skip to content

Commit 7fe6183

Browse files
committed
Finish creation
1 parent 77970f0 commit 7fe6183

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.github/ISSUE_TEMPLATE/docs_error_template.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ body:
1111
1212
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.
1313
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!
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!
1916
2017
- type: input
2118
attributes:
2219
label: Where should the content be changed?
23-
description: Please provide a link to the page where the incorreect content appears.
20+
description: Please provide a link to the page where the incorrect content appears.
2421
validations:
2522
required: false
2623

@@ -29,10 +26,9 @@ body:
2926
label: What should be changed?
3027
description: |
3128
Please insert the content to be changed and what should be changed.
32-
3329
This can be just a couple of bullet points or the text to be included.
3430
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.
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.
3632
validations:
3733
required: true
3834

@@ -42,3 +38,13 @@ body:
4238
description: Add any more info or links that explain what you want to change.
4339
validations:
4440
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

.github/ISSUE_TEMPLATE/docs_template.yml renamed to .github/ISSUE_TEMPLATE/docs_suggestion_template.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ body:
1212
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.
1313
1414
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!
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!
1916
2017
- type: input
2118
attributes:

0 commit comments

Comments
 (0)