Skip to content

Commit

Permalink
Create bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout authored Aug 14, 2023
1 parent 2b6addd commit 50640fa
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: 🐛 Report a bug
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---

### Current behaviour
<!-- Describe your issue in detail -->

### Expected behaviour
<!-- A clear and concise description of what you expected to happen -->

### How to reproduce?
<!-- Help us to reproduce the issue and describe the steps -->
<!-- Attach code example on snack.expo.dev or in a GitHub repo -->

### Preview
<!-- Include screenshots or video if applicable. -->

### What have you tried so far?
<!-- List down the steps you have tried to fix or identify the issue. -->

### Your Environment

| software | version
| --------------------- | -------
| ios | x
| android | x
| react-native | x.x.x
| react-native-paper | x.x.x
| node | x.x.x
| npm or yarn | x.x.x
| expo sdk | x.x.x

0 comments on commit 50640fa

Please sign in to comment.