From 33700e3305602b5723aa2d9db5f1056122dba83e Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Thu, 22 Feb 2024 13:39:35 +0000 Subject: [PATCH] Update issue templates (#1202) Fixes #1203 --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 17 +++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f1e46fb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Title with short description] (Version: [Clio version])" +labels: bug +assignees: '' + +--- + + + +## Issue Description + + +## Steps to Reproduce + + +## Expected Result + + +## Actual Result + + +## Environment + + + +## Supporting Files + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..127cd6c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Title with short description] (Version: [Clio version])" +labels: enhancement +assignees: '' + +--- + + + +## Summary + + +## Motivation + + +## Solution + + +## Paths Not Taken + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..c99868c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,17 @@ +--- +name: Question +about: A question in form of an issue +title: "[Title with short description] (Version: Clio version)" +labels: question +assignees: '' + +--- + + + + +## Question + + +## Paths Not Taken +