mirror of https://github.com/docker/compose.git
Add automatic labeling of bug, feature & question issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
186aa6e5c3
commit
70f8e38b1d
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug encountered while using docker-compose
|
about: Report a bug encountered while using docker-compose
|
||||||
|
title: ''
|
||||||
|
labels: kind/bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea to improve Compose
|
about: Suggest an idea to improve Compose
|
||||||
|
title: ''
|
||||||
|
labels: kind/feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Question about using Compose
|
name: Question about using Compose
|
||||||
about: This is not the appropriate channel
|
about: This is not the appropriate channel
|
||||||
|
title: ''
|
||||||
|
labels: kind/question
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue