1
0
mirror of synced 2025-12-19 09:57:42 -05:00
Files
docs/.github/ISSUE_TEMPLATE/improve-the-site.yml
2024-04-12 14:29:59 +00:00

46 lines
1.8 KiB
YAML

name: Improve the docs.github.com site
description: Make a suggestion or report a problem about the technical implementation of docs.github.com.
labels:
- content
body:
- type: markdown
attributes:
value: |
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
* Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: This project has a Code of Conduct that all participants are expected to understand and follow.
options:
- label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- type: textarea
attributes:
label: What article on docs.github.com is affected?
description: Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
validations:
required: true
- type: textarea
attributes:
label: What changes are you suggesting?
description: |
- 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
attributes:
label: Additional information
description: Any additional information, configuration, or data that might be necessary to reproduce the issue.
validations:
required: false