2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-19 23:28:00 +00:00
RedisBungee/.github/ISSUE_TEMPLATE/bug.yml

52 lines
1.4 KiB
YAML
Raw Normal View History

2024-02-23 18:14:18 +00:00
# used https://github.com/PaperMC/Paper/blob/master/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml as template
2024-02-23 18:10:40 +00:00
name: Bug or incompatibility
2024-02-23 18:14:18 +00:00
description: report issues within RedisBungee
2024-02-23 18:10:40 +00:00
labels: [ "waiting" ]
body:
- type: textarea
attributes:
label: intended behavior
description: what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: what the behavior you actually saw
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: either a video, or way you want to present it.
validations:
required: true
- type: textarea
attributes:
label: Velocity or Bungeecord Versions
description: |
Please provide Proxy version for either Bungeecord or Velocity
validations:
required: true
- type: textarea
attributes:
label: RedisBungee Version & Redis Version
description: |
RedisBungee version is Different from Redis Version!
good example:
Redis Version: 7.2
RedisBungee Version: 0.12.0
in-case you used development branch you can use git commit hash Instead of the version
validations:
required: true
- type: textarea
attributes:
label: Other
description: |
extra information that we might need to know?
validations:
required: false