1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 11:35:11 +02:00

New Feature: Small fixes to the templates and wiki image (#1005)

* Small fixes for the templates and forms

* Crop issue form image

* Make checkbox mandatory
This commit is contained in:
Thomas Bui
2022-01-09 22:18:33 -08:00
committed by GitHub
parent 2853520419
commit d7b8b3dd9e
6 changed files with 155 additions and 117 deletions

View File

@@ -1,26 +1,37 @@
name: Bug Report name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, etc. description: Report a bug/issue that you found in the SVGs, CSS files, etc.
title: '[BUG] <bug name>' title: '[BUG] <bug name>'
labels: [bug] labels: [bug]
body: body:
- type: textarea - type: markdown
id: description attributes:
attributes: value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
label: Bug description
description: Short description of the bug that you found. Provide images/code if applicable. - type: checkboxes
validations: attributes:
required: true label: I have searched through the issues and didn't find my problem.
- type: textarea options:
id: howtoreplicate - label: Confirm
attributes: required: true
label: Possible fixes or solutions
description: List any possible fixes/suggestions that you have in mind that could solve this issue. - type: textarea
validations: id: description
required: true attributes:
- type: textarea label: Bug description
id: extrainformation description: Short description of the bug that you found. Provide images/code if applicable.
attributes: validations:
label: Additional information required: true
description: Is there anything else we should know about this bug?
validations: - type: textarea
required: false 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?

View File

@@ -1,26 +1,35 @@
name: Feature Request name: Feature Request
description: Requesting a new feature or changes to an existing feature description: Requesting a new feature or changes to an existing feature
title: '[FEATURE REQUEST] <feature name>' title: '[FEATURE REQUEST] <feature name>'
labels: [enhancement] labels: [enhancement]
body: body:
- type: textarea - type: markdown
id: currentproblem attributes:
attributes: value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
label: Problem
description: Tell us about the problem. - type: checkboxes
validations: attributes:
required: true label: I have searched through the issues and didn't find my problem.
- type: textarea options:
id: possiblesolution - label: Confirm
attributes: required: true
label: Possible Solution
description: If you have an idea, please tell us what might solve the above problem. - type: textarea
validations: id: currentproblem
required: true attributes:
- type: textarea label: Problem
id: extrainformation description: Tell us about the problem and its negative impacts.
attributes: validations:
label: Additional information required: true
description: Is there anything else we should know about this feature request?
validations: - type: textarea
required: false 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?

View File

@@ -1,26 +1,37 @@
name: Icon Request name: Icon Request
description: Requesting a new icon or changes to an existing icon description: Requesting a new icon or changes to an existing icon
title: '[ICON REQUEST]: <icon name>' title: '[ICON REQUEST]: <icon name>'
labels: ["request:icon"] labels: ["request:icon"]
body: body:
- type: input - type: markdown
id: about attributes:
attributes: value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
label: About the icon
description: Short description of why you think this icon belongs in our project. - type: checkboxes
validations: attributes:
required: true label: I have searched through the issues and didn't find my problem.
- type: textarea options:
id: links - label: Confirm
attributes: required: true
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.). - type: input
validations: id: about
required: true attributes:
- type: textarea label: About the icon
id: extrainformation description: Short description of why you think this icon belongs in our project.
attributes: validations:
label: Additional information required: true
description: Is there anything else we should know about this icon?
validations: - type: textarea
required: false 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?

View File

@@ -1,22 +1,29 @@
name: Other name: Other
description: Use this for any other issues. Do not create blank issues description: Use this for any other issues. Do not create blank issues
title: "[OTHER] <description>" title: "[OTHER] <description>"
labels: ["awaiting triage"] labels: ["awaiting triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: "# Other issue" value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: textarea
id: issuedescription - type: checkboxes
attributes: attributes:
label: What would you like to share? label: I have searched through the issues and didn't find my problem.
description: Provide a clear and concise explanation of your issue. options:
validations: - label: Confirm
required: true required: true
- type: textarea
id: extrainfo - type: textarea
attributes: id: issuedescription
label: Additional information attributes:
description: Is there anything else we should know about this issue? label: What would you like to share?
validations: description: Provide a clear and concise explanation of your issue.
required: false validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?

View File

@@ -1,17 +1,17 @@
## Double check these details before you open a PR ## Double check these details before you open a PR
<!-- Tick the checkboxes to ensure you've done everything correctly --> <!-- Tick the checkboxes to ensure you've done everything correctly -->
- [] PR does not match another non-stale PR currently opened - [ ] PR does not match another non-stale PR currently opened
- [] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview) - [ ] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
- [] PR's base is the `develop` branch. - [ ] PR's base is the `develop` branch.
- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines) - [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards) - [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
- [] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-) - [ ] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. --> <!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
**This PR closes NONE** **This PR closes NONE**
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. --> <!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
## Link to prove your SVG is correct and up-to-date. ## Link to prove your SVG is correct and up-to-date.
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. --> <!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB