Skip to content

Commit

Permalink
config/issue_templates (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamsarmah authored Jul 19, 2022
1 parent f2bcf67 commit d11c2d2
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit d11c2d2

Please sign in to comment.