Skip to content

Commit

Permalink
Merge pull request #682 from devicons/develop
Browse files Browse the repository at this point in the history
Release v2.12.0
  • Loading branch information
Thomas-Boi authored Jun 14, 2021
2 parents 7a4ca8a + 9f3bb9a commit 9f4f5cd
Show file tree
Hide file tree
Showing 645 changed files with 4,281 additions and 10,460 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug Report
about: Report a bug/issue that you found in the SVGs, CSS files, etc.
title: 'Bug Report: [NAME]'
labels: 'bug'
assignees: ''

---

### Bug
*Short description of the bug that you found. Provide images/code if applicable.*

### How to replicate the bug
*What should we do to replicate this bug.*

### Possible Fixes/Solutions
*List any possible fixes/suggestions that you have in mind that could solve this issue.*
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Requesting a new feature or changes to an existing feature
title: 'Feature Request: [NAME]'
labels: 'enhancement'
assignees: ''

---

### Problem
*Tell us about the current problem that you face that this feature might help you with.*

### Suggested Feature
*Short description of the feature.*

### Why we should have this feature
*List any extra benefits, other than solving your problem, that this feature will bring to the repo. If none, leave blank.*
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/icon-request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Icon request
name: Icon Request
about: Requesting a new icon or changes to an existing icon
title: 'Icon request: [NAME]'
labels: 'request:icon'
Expand All @@ -8,8 +8,7 @@ assignees: ''
---

### About the icon
*Short description why you think this icon is matching in our project*
*Short description of why you think this icon belongs in our project.*

### Links
*Provide helpful links which can be used to take a deeper look into the icon and provide, if available, some resources (svg's) where the icon can be found*
### Preview
*If available, provide some images of the icon you would like to be added*
*Provide links to the icon's official website/repository. Anywhere that shows us what the technology is about and its official logo. If available, also provide some resources (SVG's) where the icon can be found (Font Awesome, Icomoon, etc..).*
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: New Feature
about: Add a new feature to the repository.
title: 'New Feature: [NAME]'
labels: 'enhancement'
assignees: ''

---

## This PR adds...

*List your features here and the benefits they bring.*

## Notes

*List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc....).*
*Don't forget to link any issues that this PR will solved.*
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: New Icon
about: Add a new icon to the repo.
title: 'New Icon: [NAME] (versions)'
labels: 'feature:icon'
assignees: ''

---

**Double check these details before you open a PR**
*Tick the checkboxes to ensure you've done everything*
- [] 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>)* as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
- [] Your icons are put in 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.md`](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) for more details.


**Link to the official page to prove your SVG is correct and up to date.**
*Link goes here*
37 changes: 0 additions & 37 deletions .github/drafts/check_devicon_object.py

This file was deleted.

26 changes: 0 additions & 26 deletions .github/drafts/check_svgs_monthly.py

This file was deleted.

42 changes: 0 additions & 42 deletions .github/drafts/check_svgs_monthly.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .github/drafts/peek_icons imgur.yml

This file was deleted.

Loading

0 comments on commit 9f4f5cd

Please sign in to comment.