1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 13:38:15 +01:00

Improve the issue templates (#1515)

* Update issue templates for icon requests
fix #1467

* Minor issue template refactorings

* Update .github/ISSUE_TEMPLATE/icon_request.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/feature_request.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/config.yml

* fix indenting

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jørgen Kalsnes Hagen 2023-01-31 06:09:59 +01:00 committed by GitHub
parent f5fa2eca94
commit 80aeaf824e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 170 additions and 147 deletions

View File

@ -1,6 +1,6 @@
name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, or any other bug you encounter.
title: '[BUG]: <bug name>'
title: '[BUG]: bug name'
labels: [bug]
body:
- type: markdown

View File

@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Discord community
url: https://discord.gg/hScy8KWACQ
about: Found any bug? Need help? Feel free to contact us via Discord.
about: Found a bug? Need help? Feel free to contact us via Discord.

View File

@ -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
@ -9,7 +9,7 @@ body:
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
label: "I have searched through the issues and didn't find my problem."
options:
- label: Confirm
required: true

View File

@ -1,6 +1,6 @@
name: Icon Request
description: Request a new icon, or changes to an existing icon
title: '[ICON REQUEST]: <icon name>'
title: '[ICON REQUEST]: icon name'
labels: ["request:icon"]
body:
- type: markdown
@ -30,8 +30,31 @@ body:
validations:
required: true
- type: textarea
id: icons
attributes:
label: Icon links and previews
description: |
Provide previews and links to official icons (preferably SVG's).
*If there are no offical icons, or if you feel unofficial ones should be used instead, please add them here.*
Example:
```md
#### jule-original
<img alt="Git" width="100px" src="https://raw.githubusercontent.com/julelang/resources/6b1f4e68a8258435d87f29b9b2206b20a321f54e/jule.svg" ></img>
https://github.com/julelang/resources/blob/main/jule.svg
```
value: |
#### iconname-version-name
<img width="100px" src="previewable_link_to_icon" ></img>
link_to_icon
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this icon?
description: |
Is there anything else we should know about this icon?
Recommended tags, altnames, and color to be added to [`devicon.json`](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can also be added here

View File

@ -1,6 +1,6 @@
name: Other
description: Use this for any other issues. Please do NOT create blank issues
title: "[OTHER]: <description>"
title: "[OTHER]: description"
labels: ["awaiting triage"]
body:
- type: markdown