Skip to content

Commit f7e6c24

Browse files
authored
Create documentation.yaml
1 parent 8bcfca4 commit f7e6c24

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Report a documentation problem 📖
2+
description: Could our documentation be better? Tell us how.
3+
labels: 'issue: docs, issue: triage'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
Thanks for helping us improve our developer site documentation!
9+
Use this template to describe issues with the content on our
10+
[developer site](https://developers.google.com/blockly/guides).
11+
- type: input
12+
id: link
13+
attributes:
14+
label: Location
15+
description: >
16+
A link to the page with the documentation you want us to be updated.
17+
If no page exists, describe what the page should be, and where.
18+
- type: checkboxes
19+
id: type
20+
attributes:
21+
label: Type
22+
description: What kind of content is it?
23+
options:
24+
- label: Text
25+
- label: Image or Gif
26+
- label: Other
27+
- type: textarea
28+
id: content
29+
attributes:
30+
label: Suggested content
31+
description: Your suggestion for improved documentation. If it's helpful, also include the old content for comparison.
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: context
36+
attributes:
37+
label: Additional context
38+
description: Add any other context about the problem. If this is related to a specific pull request, link to it.

0 commit comments

Comments
 (0)