|
1 |
| -## Expected Behavior |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
2 | 7 |
|
| 8 | +--- |
3 | 9 |
|
4 |
| -## Actual Behavior |
| 10 | +<!-- |
| 11 | + MAKE SURE TO READ AND FOLLOW THIS TEMPLATE CLOSELY OR YOUR ISSUE WILL BE CLOSED WITHOUT NOTICE |
| 12 | +--> |
5 | 13 |
|
| 14 | +### Is this a bug report, a feature request, or a question? |
6 | 15 |
|
7 |
| -## Steps to Reproduce the Problem |
| 16 | +(Write your answer here.) |
8 | 17 |
|
9 |
| - 1. |
10 |
| - 1. |
11 |
| - 1. |
| 18 | +<!-- |
| 19 | + If you answered "Bug report": |
12 | 20 |
|
13 |
| -## Specifications |
| 21 | + We expect you to produce a high-quality bug report since putting care into your report helps us fix the issue faster. |
| 22 | + For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed. |
14 | 23 |
|
15 |
| - - Version: |
16 |
| - - Platform: |
17 |
| - - RN Version: |
| 24 | + If you answered "Feature request" or "Question": |
| 25 | +
|
| 26 | + Make sure to describe as precisely as possible the feature you'd like to see implemented or the question you'd like to see answered. |
| 27 | + When relevant, provide visual examples (screenshots, screencasts, diagrams...). |
| 28 | + You can ignore the next steps as long as you've made sure that your description is as clear, thorough and illustrated as possible. |
| 29 | +--> |
| 30 | + |
| 31 | +### Have you followed the required steps before opening a bug report? |
| 32 | + |
| 33 | +(Check the step you've followed - put an `x` character between the square brackets (`[]`).) |
| 34 | + |
| 35 | +- [] 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:. |
| 36 | +- [] 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. |
| 37 | +- [] I am using [the latest plugin version](https://github.com/EkoLabs/react-native-background-downloader/releases). |
| 38 | + |
| 39 | +<!-- |
| 40 | + Please DO NOT go further if you've not followed ALL of the above steps. |
| 41 | + Failing to do so will result in your issue getting closed without warning. |
| 42 | +--> |
| 43 | + |
| 44 | +### Is the bug specific to iOS or Android? Or can it be reproduced on both platforms? |
| 45 | + |
| 46 | +(Write your answer here and specify the iOS/Android versions on which you've been able to reproduce the issue.) |
| 47 | + |
| 48 | +### Is the bug related to the native implementation? (NSURLSession on iOS and Fetch on Android) |
| 49 | +<!-- |
| 50 | + Did you read the [NSURLSession documentation](https://developer.apple.com/documentation/foundation/nsurlsession) or [Fetch documentation](https://github.com/tonyofrancis/Fetch)? |
| 51 | + Did you try searching for your issue in the context of NSURLSeesion or Fetch? |
| 52 | +--> |
| 53 | + |
| 54 | +(Write your answer here.) |
| 55 | + |
| 56 | +### Environment |
| 57 | + |
| 58 | +<!-- |
| 59 | + Provide information about your current environment. At the very least, it should include the following: |
| 60 | +
|
| 61 | + Environment: |
| 62 | + React: 16.0.0-beta.5 |
| 63 | + React native: 0.49.2 |
| 64 | + react-native-background-downloader: 2.1.0 |
| 65 | +
|
| 66 | + Target Platform: |
| 67 | + Android (6.0) |
| 68 | + iOS (10.3) |
| 69 | +--> |
| 70 | + |
| 71 | +(Write your answer here.) |
| 72 | + |
| 73 | +### Expected Behavior |
| 74 | + |
| 75 | +<!-- |
| 76 | + How did you expect your project to behave? |
| 77 | + It’s fine if you’re not sure your understanding is correct. |
| 78 | + Just write down what you thought would happen. |
| 79 | +--> |
| 80 | + |
| 81 | +(Write what you thought would happen.) |
| 82 | + |
| 83 | +### Actual Behavior |
| 84 | + |
| 85 | +<!-- |
| 86 | + Did something go wrong? |
| 87 | + Is something broken, or not behaving as you expected? |
| 88 | + Describe this section in detail, and attach logs if possible. |
| 89 | + Don't just say "it doesn't work"! |
| 90 | +--> |
| 91 | + |
| 92 | +(Write what happened. Add logs!) |
| 93 | + |
| 94 | +### Steps to Reproduce |
| 95 | + |
| 96 | +<!-- |
| 97 | + How would you describe your issue to someone who doesn’t know you or your project? |
| 98 | + Write a sequence of steps that anybody can repeat to see the issue. |
| 99 | + Be specific! If the bug cannot be reproduced, your issue will be closed. |
| 100 | +--> |
| 101 | + |
| 102 | +(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.) |
| 103 | + |
| 104 | +1. |
| 105 | +2. |
| 106 | +3. |
| 107 | + |
| 108 | +<!-- |
| 109 | + Thanks for helping us help you! |
| 110 | +--> |
0 commit comments