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. +---