Skip to content

Commit 842a973

Browse files
Add issue templates (#7)
1 parent 3c9ef2e commit 842a973

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 🐞 Bug Report
3+
about: Report an issue or unexpected behavior
4+
title: "[Bug] <Short description of the issue>"
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
### Environment
10+
<!-- Provide details about your environment. -->
11+
- **OS**: [e.g., Android 12]
12+
- **Device**: [e.g., Pixel 6]
13+
- **App Version**: [e.g., 1.2.3]
14+
- **Additional Information**: [e.g., custom configurations]
15+
16+
### Description
17+
<!-- A clear and concise description of what the bug is. -->
18+
19+
### Steps to Reproduce
20+
<!-- Provide a step-by-step guide to reproduce the issue. -->
21+
1. Go to '...'
22+
2. Click on '...'
23+
3. Perform '...'
24+
4. Observe the issue
25+
26+
### Expected Behavior
27+
<!-- A clear and concise description of what you expected to happen. -->
28+
29+
### Screenshots or Videos
30+
<!-- If applicable, attach screenshots or videos to explain your problem. -->
31+
32+
### Logs (Optional)
33+
<!-- Add relevant logs if available (e.g., error logs, crash reports). -->
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: ✨ Enhancement Request
3+
about: Suggest an improvement or refinement to an existing feature
4+
title: "[Enhancement] <Short description of the enhancement>"
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
### Overview
10+
<!-- A concise summary of the enhancement you are suggesting. -->
11+
12+
### Current Behavior
13+
<!-- Describe the current state of the feature or functionality. -->
14+
15+
### Suggested Enhancement
16+
<!-- Provide a clear and detailed description of the improvement. -->
17+
18+
### Benefits
19+
<!-- Explain how this enhancement will improve the project for users or developers. -->
20+
21+
### Additional Context
22+
<!-- Add any additional information, mockups, or references. -->
23+
24+
### Dependencies or Impact
25+
<!-- Mention any dependencies, compatibility concerns, or related features this may impact. -->

0 commit comments

Comments
 (0)