mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
* chore: add and configure prettier * chore: remove clang-format * chore: remove clang-format config * chore: lint additional ts files * chore: fix lint errors in blocks * chore: add prettier-ignore where needed * chore: ignore js blocks when formatting * chore: fix playground html syntax * chore: fix yaml spacing from merge * chore: convert text blocks to use arrow functions * chore: format everything with prettier * chore: fix lint unused imports in blocks
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
name: Documentation
|
|
description: Report an issue with our documentation
|
|
labels: 'issue: docs, issue: triage'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thanks for helping us improve our developer site documentation!
|
|
Use this template to describe issues with the content on our
|
|
[developer site](https://developers.google.com/blockly/guides).
|
|
- type: input
|
|
id: link
|
|
attributes:
|
|
label: Location
|
|
description: >
|
|
A link to the page with the documentation you want us to be updated.
|
|
If no page exists, describe what the page should be, and where.
|
|
- type: checkboxes
|
|
id: type
|
|
attributes:
|
|
label: Type
|
|
description: What kind of content is it?
|
|
options:
|
|
- label: Text
|
|
- label: Image or Gif
|
|
- label: Other
|
|
- type: textarea
|
|
id: content
|
|
attributes:
|
|
label: Suggested content
|
|
description: Your suggestion for improved documentation. If it's helpful, also include the old content for comparison.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the problem. If this is related to a specific pull request, link to it.
|