Update issue templates (#179)

This commit is contained in:
Changho Hwang
2023-09-15 12:05:09 +08:00
committed by GitHub
parent 952f2da9cc
commit bb64f68d74
3 changed files with 30 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Bug report
about: Create a report to help us fix
title: "[Bug]"
labels: ''
assignees: ''
---

View File

@@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
labels: ''
assignees: ''
---

View File

@@ -0,0 +1,10 @@
---
name: Performance improvement
about: Discuss on performance issues
title: "[Perf]"
labels: ''
assignees: ''
---