Browse Source

Add issue templates

iou90 4 years ago
parent
commit
884b169c14
2 changed files with 41 additions and 0 deletions
  1. 25
    0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 16
    0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 25
- 0
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -0,0 +1,25 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: bug
6
+assignees: iou90
7
+
8
+---
9
+
10
+**Bug description:**
11
+
12
+**To Reproduce:**
13
+
14
+**Source (raw html or url):**
15
+
16
+**Expected behavior:**
17
+
18
+**Screenshots/Videos:**
19
+
20
+**Environment:**
21
+ - OS:
22
+ - OS version:
23
+ - react-native version:
24
+ - react-native-webview version:
25
+ - react-native-autoheight-webview version:

+ 16
- 0
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -0,0 +1,16 @@
1
+---
2
+name: Feature request
3
+about: Suggest an idea for this project
4
+title: ''
5
+labels: feature request
6
+assignees: iou90
7
+
8
+---
9
+
10
+**Is your feature request related to a problem? If so, Please describe.**
11
+
12
+**Describe the solutions you came up with**
13
+
14
+**Platform targeting (iOS/Android)**
15
+
16
+**Additional context**