Skip to content

Commit

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

0 comments on commit 478867d

Please sign in to comment.