mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(labels): make them fancy
This commit is contained in:
parent
d4a3dbb721
commit
c67e519003
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: [bug]
|
labels: ["🐛 bug"]
|
||||||
assignees:
|
assignees:
|
||||||
- jandedobbeleer
|
- jandedobbeleer
|
||||||
body:
|
body:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feat.yml
vendored
2
.github/ISSUE_TEMPLATE/feat.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Request a new feature
|
description: Request a new feature
|
||||||
labels: [feat]
|
labels: ["🚀 feat"]
|
||||||
assignees:
|
assignees:
|
||||||
- jandedobbeleer
|
- jandedobbeleer
|
||||||
body:
|
body:
|
||||||
|
|
8
.github/stale.yml
vendored
8
.github/stale.yml
vendored
|
@ -12,10 +12,10 @@ onlyLabels: []
|
||||||
|
|
||||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- feat
|
- "🚀 feat"
|
||||||
- bug
|
- "🐛 bug"
|
||||||
- enhancement
|
- "🤩 enhancement"
|
||||||
- "help wanted"
|
- "😵💫 help wanted"
|
||||||
|
|
||||||
# Set to true to ignore issues in a project (defaults to false)
|
# Set to true to ignore issues in a project (defaults to false)
|
||||||
exemptProjects: false
|
exemptProjects: false
|
||||||
|
|
Loading…
Reference in a new issue