Skip to content

Commit 7a5a0dd

Browse files
svrnmtiffany76opentelemetrybot
authored
Add new page feedback issue template (#5548)
Signed-off-by: svrnm <[email protected]> Co-authored-by: Tiffany Hrabusa <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
1 parent f9893e1 commit 7a5a0dd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Page Feedback
2+
description: >-
3+
Used for page feedback from users visiting opentelemetry.io and clicking "no"
4+
if a page was helpful.
5+
title: '[Page Feedback]: summary of your feedback'
6+
body:
7+
- type: input
8+
id: url
9+
attributes:
10+
label: URL
11+
description: >-
12+
The URL of the webpage where you are facing an issue. If not
13+
auto-populated, please copy the URL from the browser address bar.
14+
placeholder: https://opentelemetry.io/
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Description
21+
description:
22+
'How has the page not been helpful? What information is missing? '
23+
placeholder: >-
24+
Provide details on the problem. The more information you share with us
25+
the faster we can resolve the issue.
26+
validations:
27+
required: true

0 commit comments

Comments
 (0)