mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-29 00:01:09 +00:00
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: '[Bug]: '
|
|
labels: ["bug"]
|
|
assignees:
|
|
- k1tbyte
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**STOP BEFORE YOU POST: THIS PROJECT DOES NOT PUBLISH OFFICIAL EXECUTABLE DOWNLOADS.**
|
|
Build WandEnhancer yourself from your own fork or local source. If you downloaded an executable from YouTube, Discord, a mirror, or any other third-party website, treat it as untrusted. Do not open issues about third-party binaries or stolen accounts here - this project is not related to those downloads.
|
|
|
|
- type: checkboxes
|
|
id: build_source_check
|
|
attributes:
|
|
label: Build Source Confirmation (REQUIRED)
|
|
description: You must check this box to proceed.
|
|
options:
|
|
- label: I confirm that I built WandEnhancer myself from my own fork or local source, and did not download an executable from YouTube, Discord, mirrors, issue comments, or any other third-party website.
|
|
required: true
|
|
|
|
- type: input
|
|
id: client_version
|
|
attributes:
|
|
label: Client (Wand) version
|
|
description: What version of the client are you using? (e.g., 9.0.0)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: enhancer_version
|
|
attributes:
|
|
label: Enhancer version
|
|
description: What version of this tool are you using?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug_description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
value: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
|
|
- type: textarea
|
|
id: additional_context
|
|
attributes:
|
|
label: Screenshots & Additional context
|
|
description: Drag and drop screenshots here, or add any other context about the problem.
|