From a447b1a57e3dc95198fe835c368d5e3a923f3ca4 Mon Sep 17 00:00:00 2001 From: Hirzi Date: Sat, 16 Nov 2024 20:44:47 +0700 Subject: [PATCH] feat: issue template --- .github/ISSUE_TEMPLATE/bug-report.yml.txt | 67 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml.txt | 11 ++++ 2 files changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml.txt create mode 100644 .github/ISSUE_TEMPLATE/config.yml.txt diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml.txt b/.github/ISSUE_TEMPLATE/bug-report.yml.txt new file mode 100644 index 0000000..74aa723 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml.txt @@ -0,0 +1,67 @@ +name: Bug Report +description: Something isn’t working as expected with the bot. +body: +- type: markdown + attributes: + value: | + Use this form to report issues with the functionality of the bot. For help with installation or troubleshooting dependencies, please visit our Discord Server. + +- type: textarea + attributes: + label: Current Behavior + description: Provide a clear and concise description of the issue you’re experiencing. + validations: + required: true + +- type: textarea + attributes: + label: Expected Behavior + description: Describe what you expected to happen. + validations: + required: true + +- type: textarea + attributes: + label: Steps to Reproduce + description: Provide detailed steps to reproduce the issue. Incomplete or unclear steps may result in the issue being closed. + validations: + required: true + +- type: input + id: bot-version + attributes: + label: Bot Version + description: Specify the version of the bot you are using (e.g., "v4.1.0"). Avoid using "latest." + validations: + required: true + +- type: dropdown + id: installation-method + attributes: + label: Installation Method + description: Select the method you used to install the bot from the options below. + options: + - Manual + - Egg + - Docker + validations: + required: true + +- type: textarea + id: bot-logs + attributes: + label: Error Logs + description: | + Paste the error logs from your `logs.txt` file. + validations: + required: false + +- type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please [search here](https://github.com/hirzidevs/pterostats/issues) to see if an issue already exists for your problem. + options: + - label: I have searched the existing issues before opening this issue. + required: true + - label: I have checked in the Discord server and believe this is a bug with the bot, and not a configuration issue with my specific system. + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml.txt b/.github/ISSUE_TEMPLATE/config.yml.txt new file mode 100644 index 0000000..18243b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml.txt @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Feature Request + url: https://discord.znproject.my.id + about: Suggest a new feature or improvement for the bot. + - name: Installation Help + url: https://discord.znproject.my.id + about: Please visit our Discord for help with your installation. + - name: General Question + url: https://discord.znproject.my.id + about: Please visit our Discord for general questions about the bot.