Skip to content

Commit

Permalink
chore: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 27, 2020
1 parent 585c4ef commit e617736
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---# Bug

<!--
Please provide a clear and concise description of what the bug is.
Include screenshots or gifs if needed.
Please test using the latest release of the library, as maybe your bug has been already fixed.
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc).
**Please note that issues that do not follow the template may be closed.**
-->

## Environment info

<!--
Please provide the version of the libraries below.
-->

| Library | Version |
| ---------------------------- | ------- |
| @gorhom/paper-onboarding | x.x.x |
| react-native | x.x.x |
| react-native-reanimated | x.x.x |
| react-native-gesture-handler | x.x.x |
| react-native-svg | x.x.x |

## Steps To Reproduce

<!--
- You must provide a clear list of steps and code to reproduce the problem.
- Keep the code reproducing the bug as simple as possible, with the minimum amount of code required to reproduce the issue. See https://stackoverflow.com/help/mcve.
- Either re-create the bug using the repository's example app or link to a GitHub repository with code that reproduces the bug.
- Explain the steps we need to take to reproduce the issue:
-->

1. 2.

3.

Describe what you expected to happen:

1. 2.

## Reproducible sample code

<!--
Please add minimal runnable repro as explained above so that the bug can be tested in isolation.
-->

0 comments on commit e617736

Please sign in to comment.