From 71684eaafb512bf8744cdfaf89d707d0047ce029 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 23 Oct 2024 21:41:07 -0400 Subject: [PATCH] Update issue templates --- .../documentation-clarification.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-clarification.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/documentation-clarification.md b/.github/ISSUE_TEMPLATE/documentation-clarification.md new file mode 100644 index 0000000..9b3752b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-clarification.md @@ -0,0 +1,20 @@ +--- +name: Documentation Clarification +about: Suggest an update to documentation. +title: '' +labels: documentation +assignees: nbingham1 + +--- + +## Problem +What feature do you find confusing? Please provide a clear and concise description of your specific questions that are left unanswered by the existing documentation. + +## Existing Documentation +Identify any existing documentation or where you think documentation for this should go. + +## Documentation Suggestions +Provide suggestions for content to add into the documentation. + +## Additional context +Add any other context or screenshots to assist with documentation. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bd83d6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: nbingham1 + +--- + +## Related Problem + Is your feature request related to a problem? Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Preferred Solution +A clear and concise description of what you want to happen. + +## Possible Alternatives +A clear and concise description of any alternative solutions or features you've considered. + +## Additional context +Add any other context or screenshots about the feature request here.