Update the repository's issues form to handle bug and features requests. Additionally, add links to other resources to guide users across support documentation and forums. Signed-off-by: Bruno Sousa <bruno.sousa@docker.com> Add newline at the end of files Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
14 lines
306 B
YAML
14 lines
306 B
YAML
name: Feature request
|
|
description: Missing functionality? Come tell us about it!
|
|
labels:
|
|
- kind/feature
|
|
- status/0-triage
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What is the feature you want to see?
|
|
validations:
|
|
required: true
|