From 5ff025fdbfa4695f8ce3bffe59f0d718bff66eba Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Tue, 15 Apr 2025 09:46:12 -0500 Subject: [PATCH] Add documentation issue template (#1907) --- .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 000000000..cd32f2ff9 --- /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.