forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new page feedback issue template (open-telemetry#5548)
Signed-off-by: svrnm <[email protected]> Co-authored-by: Tiffany Hrabusa <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |