-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2bcf67
commit d11c2d2
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
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-Unreal/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-Unreal/releases) to see if the issue has already been addressed.* | ||
- type: input | ||
attributes: | ||
label: "MAX Plugin Version" | ||
placeholder: "e.g., 1.1.1" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Unreal Engine Version" | ||
placeholder: "e.g., 5.0.1" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Device/Platform Info" | ||
description: "Is the problem affecting any specific devices or platforms?" | ||
placeholder: "e.g., Android 8.1, iOS 15, 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/unreal/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Documentation | ||
url: https://dash.applovin.com/documentation/mediation/unreal/getting-started/integration | ||
about: Documentation for the AppLovin MAX Unreal Plugin | ||
- name: Support | ||
url: https://monetization-support.applovin.com/hc/en-us | ||
about: Answers to common questions and support for AppLovin MAX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Feature Request | ||
description: Request an enhancement | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
*Before requesting, search our [existing issues](https://github.com/AppLovin/AppLovin-MAX-Unreal/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-Unreal/releases) to see if the feature has already been addressed.* | ||
- type: textarea | ||
attributes: | ||
label: "Feature Description" | ||
validations: | ||
required: true |