-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Improve the issue templates #1515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Panquesito7
merged 6 commits into
devicons:develop
from
Snailedlt:feature/update_issue_templates
Jan 31, 2023
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6f3c67b
Update issue templates for icon requests
Snailedlt 082c909
Minor issue template refactorings
Snailedlt a9054c1
Update .github/ISSUE_TEMPLATE/icon_request.yml
Snailedlt 359494b
Update .github/ISSUE_TEMPLATE/feature_request.yml
Snailedlt a7df69c
Update .github/ISSUE_TEMPLATE/config.yml
Snailedlt 44acc82
fix indenting
Snailedlt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
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>' | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug description | ||
description: Short description of the bug. Provide images/code if applicable. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: howtoreplicate | ||
attributes: | ||
label: Possible fixes or solutions | ||
description: List any possible fixes/suggestions that you have in mind that could solve this issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainformation | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this bug? | ||
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' | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug description | ||
description: Short description of the bug. Provide images/code if applicable. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: howtoreplicate | ||
attributes: | ||
label: Possible fixes or solutions | ||
description: List any possible fixes/suggestions that you have in mind that could solve this issue. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: extrainformation | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this bug? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
name: Feature Request | ||
description: Requesting a new feature or changes to an existing feature | ||
title: '[FEATURE REQUEST]: <feature name>' | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Write down a detailed description of the feature. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: Why is this change important to you? How would you use it? How can it benefit other users? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: possiblesolution | ||
attributes: | ||
label: Possible Solution | ||
description: If you have an idea, please tell us what might solve the above problem and the benefits it provides. | ||
- type: textarea | ||
id: extrainformation | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this feature request? | ||
name: Feature Request | ||
description: Requesting a new feature or changes to an existing feature | ||
title: '[FEATURE REQUEST]: feature name' | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: "I have searched through the issues and didn't find my problem." | ||
options: | ||
- label: Confirm | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Write down a detailed description of the feature. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: Why is this change important to you? How would you use it? How can it benefit other users? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: possiblesolution | ||
attributes: | ||
label: Possible Solution | ||
description: If you have an idea, please tell us what might solve the above problem and the benefits it provides. | ||
|
||
- type: textarea | ||
id: extrainformation | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this feature request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,60 @@ | ||
name: Icon Request | ||
description: Request a new icon, or changes to an existing icon | ||
title: '[ICON REQUEST]: <icon name>' | ||
labels: ["request:icon"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
|
||
- type: input | ||
id: about | ||
attributes: | ||
label: About the icon | ||
description: Short description of why you think this icon belongs in our project. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: links | ||
attributes: | ||
label: Links and sources | ||
description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.). | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: extrainformation | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this icon? | ||
name: Icon Request | ||
description: Request a new icon, or changes to an existing icon | ||
title: '[ICON REQUEST]: icon name' | ||
labels: ["request:icon"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
|
||
- type: input | ||
id: about | ||
attributes: | ||
label: About the icon | ||
description: Short description of why you think this icon belongs in our project. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: links | ||
attributes: | ||
label: Links and sources | ||
description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.). | ||
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? | ||
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
title: "[OTHER]: <description>" | ||
labels: ["awaiting triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
title: "[OTHER]: description" | ||
labels: ["awaiting triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: I have searched through the issues and didn't find my problem. | ||
options: | ||
- label: Confirm | ||
required: true | ||
|
||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.