Skip to content
81 changes: 81 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
# assignees:
# - onesignal/unity
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Provide a thorough description of whats going on.
placeholder: The latest version of the SDK causes my screen to go blank when I tap on the screen three times.
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: Steps to reproduce?
description: Provide as much detail as posible to reproduce the issue.
placeholder: |
1. Install vX.Y.Z of dependency
2. Launch the app on iOS device
3. Tap the screen three times
4. Note that the app crashes
render: Markdown
validations:
required: true
- type: textarea
id: what-are-expectations
attributes:
label: What did you expect to happen?
description: Also tell us, what did you expect to happen?
placeholder: I expected the app to continue running no matter how many times I tap the screen.
validations:
required: true
- type: textarea
id: unity-version
attributes:
label: Unity version
description: What version of Unity are you running?
placeholder: 2021.2.x
value: 2021.2.12 (latest)
validations:
required: true
- type: textarea
id: unity-sdk-version
attributes:
label: OneSignal Unity SDK version
description: The version of the OneSignal Unity SDK used in your app.
placeholder: 3.0.0-beta.6 Release
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
description: Which platform are you having an issue with?
multiple: true
options:
- iOS
- Android
- Other
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: Shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-Unity-SDK/blob/a5a2db49604e9b6386fb46c7869db9d7f814702d/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true