diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9373f78..0203f8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,110 @@ -## Expected Behavior +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- -## Actual Behavior + +### Is this a bug report, a feature request, or a question? -## Steps to Reproduce the Problem +(Write your answer here.) - 1. - 1. - 1. + + +### Have you followed the required steps before opening a bug report? + +(Check the step you've followed - put an `x` character between the square brackets (`[]`).) + +- [] I have reviewed [the documentation](https://github.com/EkoLabs/react-native-background-downloader/blob/master/README.md) in its entirety, including the dedicated documentations :books:. +- [] I have searched for [existing issues](https://github.com/EkoLabs/react-native-background-downloader/issues) and made sure that the problem hasn't already been reported. +- [] I am using [the latest plugin version](https://github.com/EkoLabs/react-native-background-downloader/releases). + + + +### Is the bug specific to iOS or Android? Or can it be reproduced on both platforms? + +(Write your answer here and specify the iOS/Android versions on which you've been able to reproduce the issue.) + +### Is the bug related to the native implementation? (NSURLSession on iOS and Fetch on Android) + + +(Write your answer here.) + +### Environment + + + +(Write your answer here.) + +### Expected Behavior + + + +(Write what you thought would happen.) + +### Actual Behavior + + + +(Write what happened. Add logs!) + +### Steps to Reproduce + + + +(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.) + +1. +2. +3. + +