mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
47c50dc29b
This uses the GitHub Form Syntax to make richer issue templates. I took a lot of inspiration from the Dioxus project for the wording of these templates.
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
name: Feature Request
|
|
description: Suggest a new idea for this project.
|
|
title: "[Feature]: "
|
|
labels: ["enhancement", "triage"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Feature description
|
|
description: Describe the issue in detail and why we should add it. To help us out, please poke through our issue tracker and make sure it's not a duplicate issue. Ex. As a user, I can do [...]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Implementation Suggestion
|
|
description: If you have any suggestions on how to design this feature, list them here.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Anything that will give us more context about how to deliver your feature!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|