From 2f33184623a61e7a2db84404da0d2850c4c75258 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Tue, 15 Apr 2025 01:02:19 -0500 Subject: [PATCH] Create docs_issue.md --- .github/ISSUE_TEMPLATE/docs_issue.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs_issue.md diff --git a/.github/ISSUE_TEMPLATE/docs_issue.md b/.github/ISSUE_TEMPLATE/docs_issue.md new file mode 100644 index 0000000000..cd32f2ff98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_issue.md @@ -0,0 +1,17 @@ +--- +name: Documentation Request +about: Something needs to be documented/updated in the documentation +title: '' +labels: documentation +assignees: '' + +--- + +**Are you requesting documentation for a new feature, or updated documentation for an old feature?** +Put the feature you are requesting documentation for here, along with whether the documentation is stale and needs to be updated, or whether the documentation does not exist, and needs to be created. + +**Where is it?** +Put the location of the documentation that needs to be updated here. If you're requesting documenation for a new feature, put where you think it should go. + +**Additional context** +Add any other context or screenshots about the feature request here.