indentation
This commit is contained in:
64
.github/ISSUE_TEMPLATE/improve-existing-docs.yml
vendored
64
.github/ISSUE_TEMPLATE/improve-existing-docs.yml
vendored
@@ -1,44 +1,44 @@
|
|||||||
name: Improve existing content
|
name: Improve existing content
|
||||||
description: Make a suggestion to improve the content in an existing article
|
description: Make a suggestion to improve the content in an existing article
|
||||||
title: 'Improve existing content'
|
title: 'Improve existing content'
|
||||||
labels:
|
labels:
|
||||||
- content
|
- content
|
||||||
body:
|
body:
|
||||||
# HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD.
|
# HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD.
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
For questions, ask in [Discussions](https://github.com/github/docs/discussions)
|
For questions, ask in [Discussions](https://github.com/github/docs/discussions)
|
||||||
Before you file an issue read the
|
Before you file an issue read the
|
||||||
- [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
|
- [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
|
||||||
- [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)
|
- [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
description: Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues)
|
description: Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues)
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
- label: ### What is the current behavior?
|
- label: ### What is the current behavior?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
|
Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
|
||||||
validations:
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
- label: ### What changes are you suggesting?
|
||||||
|
placeholder: |
|
||||||
|
Give as much detail as you can to help us understand the change you want to see. Why should the docs be changed? What use cases does it support? What is the expected outcome?
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
- label: ### What changes are you suggesting?
|
|
||||||
placeholder: |
|
|
||||||
Give as much detail as you can to help us understand the change you want to see. Why should the docs be changed? What use cases does it support? What is the expected outcome?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
- label: ### Additional information
|
- label: ### Additional information
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Any additional information, configuration, or data that might be necessary to reproduce the issue. validations:
|
Any additional information, configuration, or data that might be necessary to reproduce the issue. validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user