This commit is contained in:
Ritam Sarmah 2022-07-19 17:30:02 -07:00 коммит произвёл GitHub
Родитель 1edbbe685c
Коммит 797f7a12fb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 69 добавлений и 0 удалений

48
.github/ISSUE_TEMPLATE/bug_report.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,48 @@
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-iOS/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-SDK-iOS/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., iOS 15, iPhone X, 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/ios/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
.github/ISSUE_TEMPLATE/config.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Documentation
url: https://dash.applovin.com/documentation/mediation/ios/getting-started/integration
about: Documentation for the AppLovin MAX SDK for iOS
- name: Support
url: https://monetization-support.applovin.com/hc/en-us
about: Answers to common questions and support for AppLovin MAX

13
.github/ISSUE_TEMPLATE/feature_request.yml поставляемый Normal file
Просмотреть файл

@ -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-SDK-iOS/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-SDK-iOS/releases) to see if the feature has already been addressed.*
- type: textarea
attributes:
label: "Feature Description"
validations:
required: true