Skip to content

Commit

Permalink
.github: add issue template for documentation feedback (grafana#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Apr 11, 2024
1 parent 513175e commit e36bc91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Documentation feedback
description: Give feedback on the Grafana Alloy documentation.
title: "Docs feedback: "
labels: ["type/docs"]
body:
- type: input
id: url
attributes:
label: URL
description: The URL of the page you're providing feedback on.
placeholder: https://grafana.com/docs/alloy/latest/
validations:
required: true
- type: textarea
id: feedback
attributes:
label: Feedback
description: What feedback do you have?
validations:
required: true

0 comments on commit e36bc91

Please sign in to comment.