docs: Update issue templates (#39)
This commit is contained in:
parent
772a9e69a6
commit
ad9c4439fe
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"
|
||||
description: Suggest an idea for improving the container
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
|
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
2
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: "? Question"
|
||||
description: General questions about the container
|
||||
title: "Question: "
|
||||
title: "[Question]: "
|
||||
labels: ["question"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
Loading…
Reference in a new issue