mirror of https://github.com/go-sonic/sonic.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
931 B
YAML
31 lines
931 B
YAML
name: Feature Request
|
|
description: File a feature request
|
|
body:
|
|
- type: markdown
|
|
id: preface
|
|
attributes:
|
|
value: "Hello there! Thank you for submitting new features for Sonic. Please spend a little bit to fill in the following instructions in detail."
|
|
- type: markdown
|
|
id: environment
|
|
attributes:
|
|
value: "## Environment"
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: "Your current Sonic version"
|
|
description: "Can be found in backstage management system."
|
|
- type: markdown
|
|
id: details
|
|
attributes:
|
|
value: "## Details"
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Describe this feature"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: "Additional information"
|
|
description: "If you have other information to note, you can fill it in here (screenshots, videos, etc.)." |