Skip to content

Commit 4d2bca0

Browse files
authored
Merge pull request #4 from BastianZim/add-docs-issue
Add docs issue
2 parents bcd5911 + 62f9349 commit 4d2bca0

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

.github/ISSUE_TEMPLATE/docs_error_template.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Correct existing content
2-
description: Suggest a correction of the conda-forge docs
2+
description: Suggest a correction of the conda-forge docs.
33
labels:
44
- Docs
55
- bug
@@ -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

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Improve existing content
2-
description: Make a suggestion about the conda-forge docs
2+
description: Make a suggestion about the conda-forge docs.
33
labels:
44
- Docs
55
- enhancement
@@ -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:

.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)