mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
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
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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…
x
Reference in New Issue
Block a user