Skip to content

Commit 1e25d16

Browse files
committed
chore(governance): update docs report to a form
1 parent f50ec86 commit 1e25d16

File tree

2 files changed

+45
-17
lines changed

2 files changed

+45
-17
lines changed

.github/ISSUE_TEMPLATE/documentation-improvements.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Documentation improvements
2+
description: Suggest a documentation update to improve everyone's experience
3+
title: "Docs: TITLE"
4+
labels: ["documentation", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for helping us improve everyone's experience. We review documentation updates on a case by case basis.
10+
- type: textarea
11+
id: search_area
12+
attributes:
13+
label: What were you searching in the docs?
14+
description: Please help us understand how you looked for information that was either unclear or not available
15+
validations:
16+
required: true
17+
- type: input
18+
id: area
19+
attributes:
20+
label: Is this related to an existing documentation section?
21+
description: Please share a link, if applicable
22+
validations:
23+
required: false
24+
- type: textarea
25+
id: idea
26+
attributes:
27+
label: How can we improve?
28+
description: Please share your thoughts on how we can improve this experience
29+
render: markdown
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: suggestion
34+
attributes:
35+
label: Got a suggestion in mind?
36+
description: Please suggest a proposed update
37+
validations:
38+
required: false
39+
- type: checkboxes
40+
id: acknowledgment
41+
attributes:
42+
label: Acknowledgment
43+
options:
44+
- label: I understand the final update might be different from my proposed suggestion, or refused.
45+
required: true

0 commit comments

Comments
 (0)