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)