From bb64f68d7499d5bf07d8594da6e575bf65e66787 Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Fri, 15 Sep 2023 12:05:09 +0800 Subject: [PATCH] Update issue templates (#179) --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/perf_improvement.md | 10 ++++++++++ 3 files changed, 30 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/perf_improvement.md 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: '' + +--- + +