From d11c2d2ea58e81d41291fdd18caacc45e36eeceb Mon Sep 17 00:00:00 2001 From: Ritam Sarmah Date: Tue, 19 Jul 2022 16:50:48 -0700 Subject: [PATCH] config/issue_templates (#8) --- .github/ISSUE_TEMPLATE/bug_report.yml | 54 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++ .github/ISSUE_TEMPLATE/feature_request.yml | 13 ++++++ 3 files changed, 75 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..44aa74a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 #: ' 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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..826f53c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..573db67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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