docs: Update issue templates (#70)
This commit is contained in:
parent
41f7835962
commit
e812e4d9c4
2 changed files with 2 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
1
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: "\U0001F680 Feature request"
|
name: "\U0001F680 Feature request"
|
||||||
description: Suggest an idea for improving the container
|
description: Suggest an idea for improving the container
|
||||||
|
title: "[Feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: "? Question"
|
name: "? Question"
|
||||||
description: General questions about the container
|
description: General questions about the container
|
||||||
title: "Question: "
|
title: "[Question]: "
|
||||||
labels: ["question"]
|
labels: ["question"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in a new issue