From 82f4c326b4e4af722bdc8bb898f7cd7d8234eeea Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 16 Jul 2023 08:58:58 +0900 Subject: [PATCH] docs: Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4b95eb41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: Bug +--- + +### Describe the bug + + +### To Reproduce + + + + + + +### Expected behavior + + +### Screenshots + + +### Platform (please complete the following information): + + + + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..3c7271d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature Request +about: Suggest an idea for this project +labels: Enhancement +--- + +### Feature Description + + +### Rationale + + +### Functionality + + +### Mockup + + +### Platform (please complete the following information if applicable): + + + + +### Additional context +