Skip to content

Commit 632b052

Browse files
kh-megaharryyan1238
authored andcommitted
IOS-9317: Create Github issue templates
1 parent 6a6e6d3 commit 632b052

File tree

4 files changed

+51
-18
lines changed

4 files changed

+51
-18
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Report an issue to help us improve.
4+
title: ''
5+
labels: bug
6+
7+
---
8+
9+
### Environment:
10+
- MEGA app Version(s):
11+
- OS Version(s):
12+
- Devices/Simulators:
13+
14+
### Describe the bug
15+
Provide a description of the bug.
16+
17+
### Reproduction Steps
18+
Add the different steps to reproduce the behavior.
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
24+
### Expected behavior
25+
Describe what you expect to happen.
26+
27+
### Screenshots / Logs
28+
If applicable, add screenshots or logs to help explain your problem.
29+
30+
### Additional context
31+
Add any other context or screenshots about the bug.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project.
4+
title: ''
5+
labels: enhancement
6+
7+
---
8+
9+
### Describe the feature you'd like
10+
Provide a description of the feature request.
11+
12+
### Additional context
13+
Add any other context or screenshots about the feature request.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: General Queries
3+
about: Questions about usage, configurations, or issues that don’t clearly classify as bugs.
4+
title: ''
5+
labels: question
6+
7+
---

0 commit comments

Comments
 (0)