mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ab6b40e5a9
This uses the newer github issues forms to create bug reports and feature requests. It also makes it harder for people to accidentally open a blank issue since there are required fields that must be filled in. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
13 lines
306 B
YAML
13 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
|