2021-08-25 23:22:30 +03:00
|
|
|
name: Documentation
|
|
|
|
description: Report problems and suggest ideas for the documentation
|
|
|
|
labels: [docs]
|
|
|
|
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: >-
|
|
|
|
Before opening a new issue, make sure it isn't covered by an existing issue.
|
|
|
|
Please search for [issues with the `docs` label][docs-issues] (including
|
|
|
|
closed issues) before you continue.
|
|
|
|
|
|
|
|
|
2022-03-14 16:57:01 +03:00
|
|
|
[docs-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3Adocs
|
2021-08-25 23:22:30 +03:00
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: Kind of Issue
|
|
|
|
description: >-
|
|
|
|
If your issue type is not here, select "other" and explain in the
|
|
|
|
"Description" field below.
|
|
|
|
options: [Improvement, Mistake, Other]
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: |
|
|
|
|
Include as much detail as possible, for example:
|
|
|
|
- A (perma)link to the docs in question
|
|
|
|
- Suggestions for how to change the docs
|
|
|
|
placeholder: "Example: The documentation doesn't cover my use case of the NPM package..."
|
|
|
|
validations:
|
|
|
|
required: true
|