You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⛔ This template is intended for use by the feedback control on the bottom of every page on the
4
+
live site. If you aren't using the feedback control, choose one of the other templates.⛔
5
+
title: "[FEEDBACK]: <short description>"
6
+
labels: ["docs", "triage"]
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: Enter your feedback
11
+
- type: markdown
12
+
attributes:
13
+
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue.
14
+
- type: dropdown
15
+
id: issue-type
16
+
attributes:
17
+
label: Type of issue
18
+
options:
19
+
- Typo
20
+
- Code doesn't work
21
+
- Missing information
22
+
- Outdated article
23
+
- Other (describe below)
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
id: userfeedback
28
+
validations:
29
+
required: true
30
+
attributes:
31
+
label: Feedback
32
+
description: >-
33
+
If possible, please provide extended details that will add context and help the team update
34
+
the documentation. Additional details may not be useful for typos, grammar, formatting, etc.
35
+
For technical or factual errors, please include code snippets and output to show how the
36
+
documentation is incorrect.
37
+
- type: markdown
38
+
attributes:
39
+
value: Article information
40
+
- type: markdown
41
+
attributes:
42
+
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*."
0 commit comments