From 88e13c04d18c29771f07284e7ace4ac4e6ca1a2e Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Fri, 4 Oct 2024 01:06:30 +0200 Subject: [PATCH] updated github templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f580315..49dacbb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help improve this app -title: '' +title: '[bug] ' labels: bug assignees: '' @@ -26,6 +26,7 @@ If applicable, add screenshots to help explain your problem. **Smartphone (please complete the following information):** - Device: [e.g. Samsung A7] - Android Version: [e.g. Marshmallow, 6.0 or API 23] + - µLauncher Version: [e.g. j-0.0.11 or version code 25] **Additional info** Add any other info or comments about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e2b3f9d..7e70cba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: '[feature] ' labels: enhancement assignees: ''