feat: issue template

This commit is contained in:
Hirzi
2024-11-16 20:44:47 +07:00
committed by GitHub
parent 5d15b57c1d
commit a447b1a57e
2 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
name: Bug Report
description: Something isnt 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 youre 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

11
.github/ISSUE_TEMPLATE/config.yml.txt vendored Normal file
View File

@@ -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.