From 658e2f0e4a54b2731198e3cf56e61bd4d05f383c Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 9 Jun 2023 10:04:48 -0500 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .../documentation-improvement.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-improvement.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..8f084f671f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Report a bug that is preventing proper operation +title: '' +labels: Bugs +assignees: '' + +--- + +## Bug Description + + + +## Steps to Reproduce + + + +## Environment + diff --git a/.github/ISSUE_TEMPLATE/documentation-improvement.md b/.github/ISSUE_TEMPLATE/documentation-improvement.md new file mode 100644 index 0000000000..04ecb8cf9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-improvement.md @@ -0,0 +1,10 @@ +--- +name: Documentation improvement +about: Found something incomplete or incorrect in our documentation? +title: '' +labels: Documentation +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..ddf49b8941 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest a new feature or enhancement to existing capabilities +title: '' +labels: '' +assignees: '' + +--- + +## Description + + + +## Alternatives + + + +## Compatibility +