From cdc192aa9f4eda0e6e63027026a4918d764e4af3 Mon Sep 17 00:00:00 2001 From: Ritam Sarmah Date: Mon, 18 Sep 2023 13:13:10 -0700 Subject: [PATCH] Add issue templates --- .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..2f792a4 --- /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-Godot/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-Godot/releases) to see if the issue has already been addressed.* + - type: input + attributes: + label: "MAX Plugin Version" + placeholder: "e.g., 1.0.0" + validations: + required: true + - type: input + attributes: + label: "Godot Version" + placeholder: "e.g., 3.5.2" + 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/godot/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..7f84038 --- /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/godot/getting-started/integration + about: Documentation for the AppLovin MAX Godot 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..2167289 --- /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-Godot/issues?q=is%3Aissue) and [changelog](https://github.com/AppLovin/AppLovin-MAX-Godot/releases) to see if the feature has already been addressed.* + - type: textarea + attributes: + label: "Feature Description" + validations: + required: true