mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
37 lines
1003 B
YAML
37 lines
1003 B
YAML
|
name: 🧱 Other
|
||
|
description: Use this for any other issues. Please do NOT create blank issues
|
||
|
title: "🧱 <Add your title here>"
|
||
|
labels: ["🚦 status: awaiting triage"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: "# Other issue"
|
||
|
- type: textarea
|
||
|
id: issuedescription
|
||
|
attributes:
|
||
|
label: What would you like to share?
|
||
|
description: Provide a clear and concise explanation of your issue.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: assignee
|
||
|
attributes:
|
||
|
label: Do you want to work on this issue?
|
||
|
multiple: false
|
||
|
options:
|
||
|
- "Yes"
|
||
|
- "No"
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
id: extrainfo
|
||
|
attributes:
|
||
|
label: Additional information
|
||
|
description: Is there anything else we should know about this issue?
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|