Skip to content

Commit

Permalink
Merge pull request #1082 from devicons/develop
Browse files Browse the repository at this point in the history
Release v2.15.0 (redo)
  • Loading branch information
Thomas-Boi committed Mar 22, 2022
2 parents aac09dd + 7efc400 commit b7a4cc6
Show file tree
Hide file tree
Showing 210 changed files with 8,166 additions and 1,013 deletions.
63 changes: 37 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
title: '[BUG] <bug name>'
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Bug description
description: Short description of the bug that you found. 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?
validations:
required: false
name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
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 that you found. 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?
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
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.
68 changes: 35 additions & 33 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
name: Feature Request
description: Requesting a new feature or changes to an existing feature
title: '[FEATURE REQUEST] <feature name>'
labels: [enhancement]
body:
- type: textarea
id: currentproblem
attributes:
label: Problem
description: Tell us about the current problem that you face that this feature might help you with.
validations:
required: true
- type: textarea
id: suggestedfeat
attributes:
label: Suggested feature
description: Tell us about the feature that might solve the above problem.
validations:
required: true
- type: textarea
id: why
attributes:
label: Why should we have this feature?
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
validations:
required: false
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this feature request?
validations:
required: false
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: currentproblem
attributes:
label: Problem
description: Tell us about the problem and its negative impacts.
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?
63 changes: 37 additions & 26 deletions .github/ISSUE_TEMPLATE/icon_request.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
name: Icon Request
description: Requesting a new icon or changes to an existing icon
title: 'Icon request: [NAME]'
labels: ["request:icon"]
body:
- 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?
validations:
required: false
name: Icon Request
description: Requesting 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?
51 changes: 29 additions & 22 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
name: Other
description: Use this for any other issues. Do not create blank issues
title: "[OTHER] <description>"
labels: ["awaiting triage"]
body:
- type: markdown
attributes:
value: "# Other issue"
- 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?
validations:
required: false
name: Other
description: Use this for any other issues. 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?
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Double check these details before you open a PR

<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] PR does not match another non-stale PR currently opened

## Features
<!-- List your features here and the benefits they bring. Include images/codes as appropriate -->

**This PR closes NONE**
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->

## Notes
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Double check these details before you open a PR

<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] 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'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)
- [ ] 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-)

<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->

**This PR closes NONE**
<!-- 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 an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
24 changes: 0 additions & 24 deletions .github/drafts/PULL_REQUEST_TEMPLATE/new_feature.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/drafts/PULL_REQUEST_TEMPLATE/new_icon.md

This file was deleted.

41 changes: 4 additions & 37 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,5 @@
# **New icon section**
### Adding a New Icon?
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`

<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. -->

## Double check these details before you open a PR

<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] 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)
- [ ] The 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)
- [ ] 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-)

<!-- Refer to the contributing guidelines for more details https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon -->

## 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. -->

---
# **New feature section**

<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. -->

## Double check these details before you open a PR

<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] PR does not match another non-stale PR currently opened
- [ ] PR name matches the format *New Feature: a brief description of feature*

## This PR adds/fixes

<!-- List your features here and the benefits they bring. -->

## Notes

<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). -->
### Adding a New Feature or fixing a bug?
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
Loading

0 comments on commit b7a4cc6

Please sign in to comment.