From 09578bd8944f0742e9a8de919e0fccca491e7e04 Mon Sep 17 00:00:00 2001 From: espcris05-commits Date: Sun, 31 May 2026 17:50:10 -0600 Subject: [PATCH] docs: add documentation issue template --- .github/ISSUE_TEMPLATE/documentation_issue.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation_issue.md diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md new file mode 100644 index 0000000..ce94e05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -0,0 +1,19 @@ +--- +name: Documentation issue +about: Report missing, incorrect, or unclear documentation +title: '[DOCS] ' +labels: documentation +assignees: '' +--- + +**Describe the documentation issue** +A clear and concise description of what's missing, incorrect, or unclear. + +**Location** +Link or path to the relevant documentation page/file. + +**Suggested improvement** +If you have an idea for how to fix it, describe it here. + +**Additional context** +Add any other context or screenshots about the documentation issue here.