From 3c630e8a5bca6cc3fb0b42c87c9fe97073312388 Mon Sep 17 00:00:00 2001 From: Ashinch Date: Fri, 22 Apr 2022 23:27:24 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 32 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 0000000..05a84eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +--- + +**1. Environment** + +- Device: [Pixel 6] +- OS: [Android 12.1] +- APP: [0.7.2] + +**2. Describe the bug** + +(Want you've done some research before now) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6f73a44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: enhancement +--- + +**1. Environment** + +- Device: [Pixel 6] +- OS: [Android 12.1] +- APP: [0.7.2] + +**2. Describe the feature request** + +(Want you've done some research before now)