49 строки
2.0 KiB
YAML
49 строки
2.0 KiB
YAML
|
name: Bug Report
|
||
|
description: Report a problem
|
||
|
labels: [bug]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
*Before reporting, search our [existing issues](https://github.com/AppLovin/AppLovin-MAX-SDK-Android/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-SDK-Android/releases) to see if the issue has already been addressed.*
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: "MAX SDK Version"
|
||
|
placeholder: "e.g., 11.4.3"
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: "Device/Platform Info"
|
||
|
description: "Is the problem affecting any specific devices or platforms?"
|
||
|
placeholder: "e.g., Android 12, Google Pixel 5a, etc."
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: "Current Behavior"
|
||
|
description: "A concise description of what you're experiencing."
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: "Expected Behavior"
|
||
|
description: "A concise description of what you expected to happen."
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: "How to Reproduce"
|
||
|
description: "Step-by-step instructions, code snippets, or other details to reproduce the issue."
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: "Additional Info"
|
||
|
description: |
|
||
|
- If applicable, include any info to provide further context, such as images, videos, or logs after [enabling verbose logging](https://dash.applovin.com/documentation/mediation/android/getting-started/advanced-settings#enable-verbose-logging).
|
||
|
- If you don't want to post media publicly, please submit your file(s) in a [support request](https://support.applovin.com/hc/en-us/requests/new) with subject 'Issue #<ISSUE_NUMBER>: <ISSUE_LINK>' after filing this issue with a note saying you will do so here.
|
||
|
placeholder: "Tip: Attach files by clicking this area and dragging files in"
|
||
|
validations:
|
||
|
required: false
|