mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
110 lines
4.0 KiB
YAML
110 lines
4.0 KiB
YAML
name: 🐛 Bug report
|
|
description: Report broken functionality.
|
|
labels: [bug]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
- Avoid generic or vague titles such as "Something's not working" or "A couple of problems" — be as descriptive as possible.
|
|
- Keep your issue focused on one single problem. If you have multiple bug reports, please create a separate issue for each of them.
|
|
- Issues should represent **complete and actionable** work items. If you are unsure about something or have a question, please start a [discussion](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) instead.
|
|
- Remember that **DiscordChatExporter** is an open-source project funded by the community. If you find it useful, **please consider [donating](https://tyrrrz.me/donate) to support its development**.
|
|
|
|
___
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Version
|
|
description: Which version of the application does this bug affect? Make sure you're not using an outdated version.
|
|
placeholder: v1.0.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Flavor
|
|
description: Which flavor(s) of the application does this bug affect?
|
|
multiple: true
|
|
options:
|
|
- GUI (Graphical User Interface)
|
|
- CLI (Command-Line Interface)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Platform
|
|
description: Which platform do you experience this bug on?
|
|
placeholder: Docker / Windows 11
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Export format
|
|
description: Which export format(s) do you experience this bug with, if applicable?
|
|
multiple: true
|
|
options:
|
|
- HTML
|
|
- TXT
|
|
- JSON
|
|
- CSV
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: >
|
|
Minimum steps required to reproduce the bug, including prerequisites, export settings, or other relevant items.
|
|
The information provided in this field must be readily actionable, meaning that anyone should be able to reproduce the bug by following these steps.
|
|
If the bug depends on external factors (such as a specific server, channel, or message), then this field must include the server invite and the corresponding link.
|
|
placeholder: |
|
|
Server invite: https://discord.gg/...
|
|
Channel or message link: https://discord.com/channels/.../...
|
|
|
|
Export settings:
|
|
- ...
|
|
|
|
Application settings:
|
|
- ...
|
|
|
|
Steps:
|
|
- Step 1
|
|
- Step 2
|
|
- Step 3
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Details
|
|
description: Clear and thorough explanation of the bug, including any additional information you may find relevant.
|
|
placeholder: |
|
|
- Expected behavior: ...
|
|
- Actual behavior: ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Quick list of checks to ensure that everything is in order.
|
|
options:
|
|
- label: I have looked through existing issues to make sure that this bug has not been reported before
|
|
required: true
|
|
- label: I have provided a descriptive title for this issue
|
|
required: true
|
|
- label: I have made sure that this bug is reproducible on the latest version of the application
|
|
required: true
|
|
- label: I have provided all the information needed to reproduce this bug as efficiently as possible
|
|
required: true
|
|
- label: I have sponsored this project
|
|
required: false
|
|
- label: I have not read any of the above and just checked all the boxes to submit the issue
|
|
required: false
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If you are struggling to provide actionable reproduction steps, or if something else is preventing you from creating a complete bug report, please start a [discussion](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) instead.
|