mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: 💡 General Feature Request
|
|
description: Have a new idea/feature for Websurfx? Please suggest!
|
|
title: "✨ <description>"
|
|
labels: ["⭐ goal: addition", "🚦 status: awaiting triage"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A brief description of the enhancement you propose, also include what you tried and what worked.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: Please add screenshots if applicable
|
|
validations:
|
|
required: false
|
|
- 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 idea?
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|