Vencord/.github/ISSUE_TEMPLATE/blank.yml

26 lines
935 B
YAML
Raw Normal View History

2023-09-25 04:27:16 +02:00
name: Blank Issue
description: Create a blank issue. ALWAYS FIRST USE OUR SUPPORT CHANNEL! ONLY USE THIS FORM IF YOU ARE A CONTRIBUTOR OR WERE TOLD TO DO SO IN THE SUPPORT CHANNEL.
body:
2025-02-18 14:23:02 +01:00
- type: markdown
attributes:
value: |
![Are you a developer? No? This form is not for you!](https://github.com/Vendicated/Vencord/blob/main/.github/ISSUE_TEMPLATE/developer-banner.png?raw=true)
2023-09-29 19:01:55 +02:00
2025-02-18 14:23:02 +01:00
GitHub Issues are for development, not support! Please use our [support server](https://vencord.dev/discord) unless you are a Vencord Developer.
2023-09-29 19:01:55 +02:00
2025-02-18 14:23:02 +01:00
- type: textarea
id: content
attributes:
label: Content
validations:
2023-09-29 19:01:55 +02:00
required: true
2025-02-18 14:23:02 +01:00
- type: checkboxes
id: agreement-check
attributes:
label: Request Agreement
options:
- label: I have read the requirements for opening an issue above
required: true