From a58d824f130f8ebb181f7e70c46377418fd20972 Mon Sep 17 00:00:00 2001 From: Mads Hermansen <119772939+madshermansen@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:46:10 +0100 Subject: [PATCH] create documentation issue template --- .github/ISSUE_TEMPLATE/documentation.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..fc37db2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,21 @@ +--- +name: Documentation Feedback +about: Report issues or suggest improvements for the documentation. +title: "Docs: " +labels: ["documentation"] +assignees: "" + +--- + +### Issue Description + +* Why do we need it? + +### Documentation Location + +* Provide the URL or a clear reference to the specific part of the documentation. +* +### Additional Context + +* Add any other relevant information, such as screenshots, examples, or versions of software/tools involved. +---