From 478867d77e28c55e958d3a6e2619d1732011c0f6 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Thu, 11 Apr 2024 13:24:43 -0400 Subject: [PATCH] .github: add issue template for documentation feedback --- .github/ISSUE_TEMPLATE/docs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs.yaml diff --git a/.github/ISSUE_TEMPLATE/docs.yaml b/.github/ISSUE_TEMPLATE/docs.yaml new file mode 100644 index 0000000000..cb2e275114 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.yaml @@ -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