Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -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
<!-- A brief summary of the bug. -->

### Context
- **Device:**
- **Carrier Privileges (Y/N):**
- **Android Version:**
- **App Version:**
- **Git Hash:**

### Description
<!-- A clear and concise description of what the bug is. -->

### How to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->

### Actual Behavior
<!-- A clear and concise description of what actually happens. -->

### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

### Additional Context
<!-- Add any other context about the problem here. -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -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
<!-- A brief summary of the feature request. -->

### Context
<!-- Explain why this feature is needed and how it will benefit the project. -->

### Proposed Solution
<!-- A clear and concise description of what you want to happen. -->

### Alternatives Considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional Context
<!-- Add any other context, screenshots, or code snippets about the feature request here. -->

### Related Issues
<!-- If there are any related issues, link to them here. -->