Skip to content

Commit d7daf5e

Browse files
committed
chore(github): Update issue templates
1 parent 2614841 commit d7daf5e

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Something is not working as expected
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Bug description:**
11+
<!---
12+
A clear and concise description of what the bug is.
13+
--->
14+
15+
**To Reproduce:**
16+
<!---
17+
Here you should put a link to a repository with a reproduction of the bug
18+
Please also describe the steps required for the bug to happen
19+
--->
20+
21+
**Expected behavior:**
22+
<!---
23+
A clear and concise description of what you expected to happen.
24+
--->
25+
26+
**Screenshots/Videos:**
27+
<!---
28+
If applicable, add screenshots to help explain your problem.
29+
--->
30+
31+
**Environment:**
32+
- OS:
33+
- OS version:
34+
- react-native version:
35+
- react-native-simple-openvpn version:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? If so, Please describe.**
11+
<!---
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
--->
14+
15+
**Describe the solutions you came up with**
16+
<!---
17+
A clear and concise description of what you want to happen.
18+
--->
19+
20+
**Additional context**
21+
<!---
22+
Add any other context about the feature request here.
23+
--->

0 commit comments

Comments
 (0)