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 +