Skip to content

Esemesek/templates #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 🐛 Report a bug
about: Report a reproducible or regression bug in React Native Testing Library'
labels: 'bug report'
---

## Versions

<!-- Put versions of react, react-native, react-native-testing-library and react-test-renderer you are using -->

## Description

<!--
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
-->

## Reproducible Demo

<!--
Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue.
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
-->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🗣 Feature request
about: Suggest an idea for React Native Testing Library.
labels: 'feature request'
---

## Describe the Feature
<!-- Describe the requested Feature -->

## Possible Implementations
<!-- Describe how to implement the feature -->

## Related Issues
<!-- Link related issues here -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: 💬 Question
about: You need help with React Native Testing Library.
labels: 'question'
---

## Ask your Question

<!-- Ask your question -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chalk": "^2.4.1",
"conventional-changelog-cli": "^2.0.11",
"dedent": "^0.7.0",
"eslint": "^5.6.1",
"eslint": "^5.14.1",
"flow-bin": "^0.93.0",
"flow-copy-source": "^2.0.2",
"jest": "^24.1.0",
Expand Down
Loading