mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 23:24:20 +02:00
github: fix some issue template tags/titles
This commit is contained in:
parent
0b8224c015
commit
045fe81af3
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
|
description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
|
||||||
title: "[Bug]: "
|
title: "[Bug] "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Got a good idea that hasn't already been suggested? Mention it here!
|
about: Got a good idea that hasn't already been suggested? Mention it here!
|
||||||
title: ""
|
title: "[Feature] "
|
||||||
labels: "feature"
|
labels: ["feature"]
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/packaging.yml
vendored
2
.github/ISSUE_TEMPLATE/packaging.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Packaging
|
name: Packaging
|
||||||
description: For issues, questions, or requests regarding packaging or distribution.
|
description: For issues, questions, or requests regarding packaging or distribution.
|
||||||
title: "[Packaging]: "
|
title: "[Packaging] "
|
||||||
labels: ["packaging"]
|
labels: ["packaging"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user