Skip to content

Commit

Permalink
Add new page feedback issue template (open-telemetry#5548)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
Co-authored-by: Tiffany Hrabusa <[email protected]>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
3 people authored and drewby committed Nov 21, 2024
1 parent 366f6fa commit 2143b7c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/PAGE_FEEDBACK.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Page Feedback
description: >-
Used for page feedback from users visiting opentelemetry.io and clicking "no"
if a page was helpful.
title: '[Page Feedback]: summary of your feedback'
body:
- type: input
id: url
attributes:
label: URL
description: >-
The URL of the webpage where you are facing an issue. If not
auto-populated, please copy the URL from the browser address bar.
placeholder: https://opentelemetry.io/
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description:
'How has the page not been helpful? What information is missing? '
placeholder: >-
Provide details on the problem. The more information you share with us
the faster we can resolve the issue.
validations:
required: true

0 comments on commit 2143b7c

Please sign in to comment.