From c928a9c9cad8bcd30b96b63d8730b6a603313057 Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 4 Jul 2024 13:12:02 +0200 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 41 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 27 ++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..59fba237 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,41 @@ +--- +name: Bug Report +about: Use this template for creating bug report. +title: "[BUG] - BUG_DESCRIPTION" +labels: bug +assignees: "" +--- + +## Bug Report + +### Short Description + + +### Context +- **Device:** +- **Carrier Privileges (Y/N):** +- **Android Version:** +- **App Version:** +- **Git Hash:** + +### Description + + +### How to Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +### Expected Behavior + + +### Actual Behavior + + +### Screenshots + + +### Additional Context + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..753c5d57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,27 @@ +--- +name: Feature Request +about: Use this template for creating feature request. +title: "[FEATURE] - FEATURE_DESCRIPTION" +labels: feature +assignees: "" +--- + +## Feature Request + +### Summary + + +### Context + + +### Proposed Solution + + +### Alternatives Considered + + +### Additional Context + + +### Related Issues +