Просмотр исходного кода

chore(github): Update issue templates

Thibault Malbranche 5 лет назад
Родитель
Сommit
24be864ceb
2 измененных файлов: 72 добавлений и 0 удалений
  1. 42
    0
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 30
    0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 42
- 0
.github/ISSUE_TEMPLATE/bug-report.md Просмотреть файл

@@ -0,0 +1,42 @@
1
+---
2
+name: Bug report
3
+about: Something is not working as expected
4
+title: ''
5
+labels: 'Type: bug report'
6
+assignees: ''
7
+
8
+---
9
+
10
+<!---
11
+Hello and thank you for taking the time to report a bug.
12
+This is a community repository, meaning that it's everyone's responsibility to address bugs and send pull requests.
13
+Maintainers will be here to help/guide you if you have questions.
14
+Please search in the opened issues before submitting a new one.
15
+Issues with no activity for a long time will be closed.
16
+--->
17
+**Bug description:**
18
+<!---
19
+A clear and concise description of what the bug is.
20
+--->
21
+
22
+**To Reproduce:**
23
+<!---
24
+Here you should put a link to a repository with a reproduction of the bug
25
+Please also describe the steps required for the bug to happen
26
+--->
27
+
28
+**Expected behavior:**
29
+<!---
30
+A clear and concise description of what you expected to happen.
31
+--->
32
+
33
+**Screenshots/Videos:**
34
+<!---
35
+If applicable, add screenshots to help explain your problem.
36
+--->
37
+
38
+**Environment:**
39
+ - OS:
40
+ - OS version:
41
+ - react-native version:
42
+ - react-native-webview version:

+ 30
- 0
.github/ISSUE_TEMPLATE/feature_request.md Просмотреть файл

@@ -0,0 +1,30 @@
1
+---
2
+name: Feature request
3
+about: Suggest an idea for this project
4
+title: ''
5
+labels: 'Type: feature request'
6
+assignees: ''
7
+
8
+---
9
+
10
+<!---
11
+Hello and thank you for taking the time to report a bug.
12
+This is a community repository, meaning that it's everyone's responsibility to address bugs and send pull requests.
13
+Maintainers will be here to help/guide you if you have questions.
14
+Please search in the opened issues before submitting a new one.
15
+Issues with no activity for a long time will be closed.
16
+--->
17
+**Is your feature request related to a problem? If so, Please describe.**
18
+<!---
19
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
20
+--->
21
+
22
+**Describe the solutions you came up with**
23
+<!---
24
+A clear and concise description of what you want to happen.
25
+--->
26
+
27
+**Additional context**
28
+<!---
29
+Add any other context about the feature request here.
30
+--->