mirror of https://github.com/docker/compose.git
github: add feature request template
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
fa1ae635d1
commit
f43a1e3ece
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Reference in New Issue