|
| 1 | +name: 🪳 Bug report |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +# assignees: |
| 6 | +# - OneSignal/ios-sdk |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report! |
| 12 | + - type: textarea |
| 13 | + id: what-happened |
| 14 | + attributes: |
| 15 | + label: What happened? |
| 16 | + description: Provide a thorough description of whats going on. |
| 17 | + placeholder: e.g. The latest version of the SDK causes my screen to go blank when I tap on the screen three times. |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + - type: textarea |
| 21 | + id: reproduction-steps |
| 22 | + attributes: |
| 23 | + label: Steps to reproduce? |
| 24 | + description: Provide as much detail as posible to reproduce the issue. |
| 25 | + placeholder: | |
| 26 | + 1. Install vX.Y.Z of dependency |
| 27 | + 2. Launch the app on iOS device |
| 28 | + 3. Tap the screen three times |
| 29 | + 4. Note that the app crashes |
| 30 | + render: Markdown |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + id: what-are-expectations |
| 35 | + attributes: |
| 36 | + label: What did you expect to happen? |
| 37 | + description: Also tell us, what did you expect to happen? |
| 38 | + placeholder: I expected the app to continue running no matter how many times I tap the screen. |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + - type: input |
| 42 | + id: flutter-sdk-version |
| 43 | + attributes: |
| 44 | + label: OneSignal Flutter SDK version |
| 45 | + description: What version of the OneSignal Flutter SDK are you using? |
| 46 | + placeholder: Release 3.4.1 |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: checkboxes |
| 50 | + id: platforms |
| 51 | + attributes: |
| 52 | + label: Which platform(s) are affected? |
| 53 | + description: Indicate which mobile platforms this issue is affecting |
| 54 | + options: |
| 55 | + - label: iOS |
| 56 | + required: false |
| 57 | + - label: Android |
| 58 | + required: false |
| 59 | + - type: textarea |
| 60 | + id: logs |
| 61 | + attributes: |
| 62 | + label: Relevant log output |
| 63 | + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
| 64 | + render: Shell |
| 65 | + - type: checkboxes |
| 66 | + id: terms |
| 67 | + attributes: |
| 68 | + label: Code of Conduct |
| 69 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-Flutter-SDK/blob/main/CONTRIBUTING.md) |
| 70 | + options: |
| 71 | + - label: I agree to follow this project's Code of Conduct |
| 72 | + required: true |
0 commit comments