forked from Mirrors/elk
chore: format files
This commit is contained in:
parent
6e466dc82d
commit
d7643f1e7d
3 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "\U0001F41E Bug report"
|
name: 🐞 Bug report
|
||||||
description: Report an issue
|
description: Report an issue
|
||||||
labels: ['s: pending triage', 'c: bug']
|
labels: ['s: pending triage', 'c: bug']
|
||||||
body:
|
body:
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "\U0001F680 New feature proposal"
|
name: 🚀 New feature proposal
|
||||||
description: Propose a new feature
|
description: Propose a new feature
|
||||||
labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label
|
labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label
|
||||||
body:
|
body:
|
||||||
|
@ -32,4 +32,4 @@ body:
|
||||||
id: additional-context
|
id: additional-context
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Any other context about the feature request here.
|
description: Any other context about the feature request here.
|
||||||
|
|
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -6,6 +6,6 @@
|
||||||
"csstools.postcss",
|
"csstools.postcss",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"vue.volar",
|
"vue.volar",
|
||||||
"lokalise.i18n-ally",
|
"lokalise.i18n-ally"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue