mirror of
https://github.com/konpa/devicon.git
synced 2025-09-09 22:00:46 +02:00
Minor template/stale message improvements (#1381)
* Minor template/stale message improvements * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen < <Snailedlt@users.noreply.github.com>> * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <Snailedlt@users.noreply.github.com>
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Bug Report
|
||||
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
|
||||
title: '[BUG] <bug name>'
|
||||
description: Report a bug/issue that you found in the SVGs, CSS files, or any other bug you encounter.
|
||||
title: '[BUG]: <bug name>'
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
@@ -18,7 +18,7 @@ body:
|
||||
id: description
|
||||
attributes:
|
||||
label: Bug description
|
||||
description: Short description of the bug that you found. Provide images/code if applicable.
|
||||
description: Short description of the bug. Provide images/code if applicable.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Feature Request
|
||||
description: Requesting a new feature or changes to an existing feature
|
||||
title: '[FEATURE REQUEST] <feature name>'
|
||||
title: '[FEATURE REQUEST]: <feature name>'
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
|
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Icon Request
|
||||
description: Requesting a new icon or changes to an existing icon
|
||||
description: Request a new icon, or changes to an existing icon
|
||||
title: '[ICON REQUEST]: <icon name>'
|
||||
labels: ["request:icon"]
|
||||
body:
|
||||
|
4
.github/ISSUE_TEMPLATE/other.yml
vendored
4
.github/ISSUE_TEMPLATE/other.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Other
|
||||
description: Use this for any other issues. Do not create blank issues
|
||||
title: "[OTHER] <description>"
|
||||
description: Use this for any other issues. Please do NOT create blank issues
|
||||
title: "[OTHER]: <description>"
|
||||
labels: ["awaiting triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
Reference in New Issue
Block a user