diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..383ec23f8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: You found an unexpected behaviour? Use this template. + +--- + + + + + + + +### Example + + + +### Current Output + + + +### Expected Output + + + +### Possible Solution + + + +### Additional Information + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..04da773bf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: You want to suggest a new feature? Use this template. + +--- + +### Summary + + + +### Description + + + +### Alternatives + + + +### Additional Information +