Skip to content

Commit 439624d

Browse files
Rearrange our issues template (#1742)
* Rearrange our issues template * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Inbal Tish <[email protected]> * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Inbal Tish <[email protected]> * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Inbal Tish <[email protected]> Co-authored-by: Inbal Tish <[email protected]>
1 parent 89eee3d commit 439624d

File tree

6 files changed

+57
-91
lines changed

6 files changed

+57
-91
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 49 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,26 @@ assignees: ''
77

88
---
99

10-
### Describe the bug
1110
<!--
12-
A clear and concise description of what the bug is.
11+
NOTE: please submit only bug reports here, any new questions or feature requests should be submitted in Discussions:
12+
https://github.com/wix/react-native-ui-lib/discussions
13+
-->
14+
15+
## Description
16+
17+
<!--
18+
A clear and concise description of what is the bug.
1319
-->
1420

15-
### To Reproduce
21+
### Related to
22+
23+
- [ ] Components
24+
- [ ] Demo
25+
- [ ] Docs
26+
- [ ] Typings
27+
28+
### Steps to reproduce
29+
1630
<!--
1731
Steps to reproduce the behavior:
1832
1. Go to '...'
@@ -21,28 +35,50 @@ Steps to reproduce the behavior:
2135
4. See error
2236
-->
2337

24-
### Expected behavior
38+
#### Expected behavior
39+
2540
<!--
2641
A clear and concise description of what you expected to happen.
2742
-->
2843

29-
### Code snippet
44+
#### Actual behavior
45+
3046
<!--
31-
A code snippet that reproduce the issue.
47+
A clear and concise description of what actually happens.
3248
-->
3349

34-
### Screenshots
50+
## More Info
51+
52+
### Code snippet
53+
3554
<!--
36-
If applicable, add screenshots to help explain your problem.
55+
A code snippet that reproduce the issue.
3756
-->
3857

39-
### Device (please complete the following information)
58+
```
59+
60+
61+
```
62+
63+
### Screenshots/Video
64+
4065
<!--
41-
- Device: [e.g. iPhone6]
42-
- OS: [e.g. iOS8.1]
66+
If applicable, add screenshots or a video to help explain your problem.
4367
-->
4468

45-
### Additional context
69+
### Environment
70+
4671
<!--
47-
Add any other context about the problem here.
72+
Fill in your RNUILib and React Native versions below.
73+
74+
List other libraries if relevant.
4875
-->
76+
77+
- React Native:
78+
- React Native UI Lib:
79+
80+
### Affected platforms
81+
82+
- [ ] Android
83+
- [ ] iOS
84+
- [ ] Web

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://github.com/wix/react-native-ui-lib/discussions/categories/q-a
5+
about: Please ask and answer questions here.
6+
- name: Feature Request
7+
url: https://github.com/wix/react-native-ui-lib/discussions/categories/ideas
8+
about: Please submit feature requests here.

.github/ISSUE_TEMPLATE/docs-issue.md

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

.github/ISSUE_TEMPLATE/feature-request.md

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

.github/ISSUE_TEMPLATE/question.md

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

.github/ISSUE_TEMPLATE/typescript-issue.md

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

0 commit comments

Comments
 (0)