diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d300c161 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,10 @@ +--- +name: Bug report +about: Create a report to help us fix +title: "[Bug]" +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f3d20516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/perf_improvement.md b/.github/ISSUE_TEMPLATE/perf_improvement.md new file mode 100644 index 00000000..94a50464 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/perf_improvement.md @@ -0,0 +1,10 @@ +--- +name: Performance improvement +about: Discuss on performance issues +title: "[Perf]" +labels: '' +assignees: '' + +--- + +