From 6f3c67be3eeaa05970dc7c0f1efb62b843acba38 Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Fri, 18 Nov 2022 18:20:16 +0100 Subject: [PATCH 1/6] Update issue templates for icon requests fix #1467 --- .github/ISSUE_TEMPLATE/icon_request.yml | 97 +++++++++++++++---------- 1 file changed, 60 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index effc8ebcd..a1d0d0d1e 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -1,37 +1,60 @@ -name: Icon Request -description: Request a new icon, or changes to an existing icon -title: '[ICON REQUEST]: ' -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 + Git + https://github.com/julelang/resources/blob/main/jule.svg + ``` + value: | + #### iconname-version-name + + 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, color to be added to [devicon.json](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can be added here From 082c909111df7966d04fdc27767a97147e4237bb Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:17:23 +0100 Subject: [PATCH 2/6] Minor issue template refactorings --- .github/ISSUE_TEMPLATE/bug_report.yml | 74 +++++++++---------- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 86 +++++++++++----------- .github/ISSUE_TEMPLATE/icon_request.yml | 2 +- .github/ISSUE_TEMPLATE/other.yml | 58 +++++++-------- 5 files changed, 111 insertions(+), 111 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ddcfa98ae..d6063f3bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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]: ' -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? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6d4112f7a..d15104319 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 any bugs? Need help? Feel free to contact us via Discord. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c268212a4..577f9c3d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,43 +1,43 @@ -name: Feature Request -description: Requesting a new feature or changes to an existing feature -title: '[FEATURE REQUEST]: ' -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? diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index a1d0d0d1e..53eb84ccd 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -57,4 +57,4 @@ body: label: Additional information description: | Is there anything else we should know about this icon? - Recommended tags, altnames, color to be added to [devicon.json](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can be added here + Recommended tags, altnames, color to be added to [devicon.json](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can also be added here diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 9efe45b0a..fece05def 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -1,29 +1,29 @@ -name: Other -description: Use this for any other issues. Please do NOT create blank issues -title: "[OTHER]: " -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? From a9054c1133376f2666e4925abf0ba58eeb60942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:18:30 +0100 Subject: [PATCH 3/6] Update .github/ISSUE_TEMPLATE/icon_request.yml Co-authored-by: David Leal --- .github/ISSUE_TEMPLATE/icon_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index 53eb84ccd..a418c6f04 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -57,4 +57,4 @@ body: label: Additional information description: | Is there anything else we should know about this icon? - Recommended tags, altnames, color to be added to [devicon.json](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can also be added here + 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 From 359494b8cc5aceb06acea2514638983de2a47745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:19:17 +0100 Subject: [PATCH 4/6] Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: David Leal --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 577f9c3d8..facd41c82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 From a7df69cfe674e69a4560b157c2a0c823c5093699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:53:13 +0100 Subject: [PATCH 5/6] Update .github/ISSUE_TEMPLATE/config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d15104319..469d0bedf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Discord community url: https://discord.gg/hScy8KWACQ - about: Found any bugs? Need help? Feel free to contact us via Discord. + about: Found a bug? Need help? Feel free to contact us via Discord. From 44acc829502cb16e4d625cfd03c3538e10f7ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:16:21 +0100 Subject: [PATCH 6/6] fix indenting --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index facd41c82..6f99fbb0a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -22,13 +22,13 @@ body: 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: 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