Skip to content

Commit 747e864

Browse files
authored
Esemesek/templates (#121)
* chore(package): update eslint to version 5.14.1 * chore(package): update lockfile yarn.lock * Add issue templates * Change label to 'bug report'
1 parent 6e6d14f commit 747e864

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 🐛 Report a bug
3+
about: Report a reproducible or regression bug in React Native Testing Library'
4+
labels: 'bug report'
5+
---
6+
7+
## Versions
8+
9+
<!-- Put versions of react, react-native, react-native-testing-library and react-test-renderer you are using -->
10+
11+
## Description
12+
13+
<!--
14+
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
15+
-->
16+
17+
## Reproducible Demo
18+
19+
<!--
20+
Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue.
21+
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
22+
-->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 🗣 Feature request
3+
about: Suggest an idea for React Native Testing Library.
4+
labels: 'feature request'
5+
---
6+
7+
## Describe the Feature
8+
<!-- Describe the requested Feature -->
9+
10+
## Possible Implementations
11+
<!-- Describe how to implement the feature -->
12+
13+
## Related Issues
14+
<!-- Link related issues here -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 💬 Question
3+
about: You need help with React Native Testing Library.
4+
labels: 'question'
5+
---
6+
7+
## Ask your Question
8+
9+
<!-- Ask your question -->

0 commit comments

Comments
 (0)