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 hooked into the feedback control on the bottom of every page on the live site. It automatically fills in several fields for you. Don't use it for other purposes. ⛔
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: "## Issue information"
8
+
- type: markdown
9
+
attributes:
10
+
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.
11
+
- type: dropdown
12
+
id: issue-type
13
+
attributes:
14
+
label: Type of issue
15
+
options:
16
+
- Typo
17
+
- Code doesn't work
18
+
- Missing information
19
+
- Outdated article
20
+
- Other (describe below)
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: feedback
25
+
validations:
26
+
required: true
27
+
attributes:
28
+
label: Description
29
+
- type: markdown
30
+
attributes:
31
+
value: "## 🚧 Article information 🚧"
32
+
- type: markdown
33
+
attributes:
34
+
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*."
35
+
- type: input
36
+
id: pageUrl
37
+
validations:
38
+
required: true
39
+
attributes:
40
+
label: Page URL
41
+
- type: input
42
+
id: contentSourceUrl
43
+
validations:
44
+
required: true
45
+
attributes:
46
+
label: Content source URL
47
+
- type: input
48
+
id: documentVersionIndependentId
49
+
validations:
50
+
required: true
51
+
attributes:
52
+
label: Document Version Independent Id
53
+
- type: input
54
+
id: author
55
+
validations:
56
+
required: true
57
+
attributes:
58
+
label: Article author
59
+
- type: textarea
60
+
id: metadata
61
+
validations:
62
+
required: false
63
+
attributes:
64
+
label: Metadata
65
+
description: Documentation metadata will be applied here for the PRMerger tool.
0 commit comments