and added a loose piece.
This commit is contained in:
parent
741af9eb43
commit
2a87063176
9 changed files with 373 additions and 0 deletions
25
.jforgejo/ISSUE_TEMPLATE/blank.yml
Normal file
25
.jforgejo/ISSUE_TEMPLATE/blank.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||

|
||||
|
||||
GitHub Issues are for development, not support! Please use our [support server](https://vencord.dev/discord) unless you are a Vencord Developer.
|
||||
|
||||
- type: textarea
|
||||
id: content
|
||||
attributes:
|
||||
label: Content
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: agreement-check
|
||||
attributes:
|
||||
label: Request Agreement
|
||||
options:
|
||||
- label: I have read the requirements for opening an issue above
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue