Skip to content

Commit 9f4f5cd

Browse files
authored
Merge pull request #682 from devicons/develop
Release v2.12.0
2 parents 7a4ca8a + 9f3bb9a commit 9f4f5cd

File tree

645 files changed

+4281
-10460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

645 files changed

+4281
-10460
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug/issue that you found in the SVGs, CSS files, etc.
4+
title: 'Bug Report: [NAME]'
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
### Bug
11+
*Short description of the bug that you found. Provide images/code if applicable.*
12+
13+
### How to replicate the bug
14+
*What should we do to replicate this bug.*
15+
16+
### Possible Fixes/Solutions
17+
*List any possible fixes/suggestions that you have in mind that could solve this issue.*
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Requesting a new feature or changes to an existing feature
4+
title: 'Feature Request: [NAME]'
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
### Problem
11+
*Tell us about the current problem that you face that this feature might help you with.*
12+
13+
### Suggested Feature
14+
*Short description of the feature.*
15+
16+
### Why we should have this feature
17+
*List any extra benefits, other than solving your problem, that this feature will bring to the repo. If none, leave blank.*
+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Icon request
2+
name: Icon Request
33
about: Requesting a new icon or changes to an existing icon
44
title: 'Icon request: [NAME]'
55
labels: 'request:icon'
@@ -8,8 +8,7 @@ assignees: ''
88
---
99

1010
### About the icon
11-
*Short description why you think this icon is matching in our project*
11+
*Short description of why you think this icon belongs in our project.*
12+
1213
### Links
13-
*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*
14-
### Preview
15-
*If available, provide some images of the icon you would like to be added*
14+
*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..).*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: New Feature
3+
about: Add a new feature to the repository.
4+
title: 'New Feature: [NAME]'
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
## This PR adds...
11+
12+
*List your features here and the benefits they bring.*
13+
14+
## Notes
15+
16+
*List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc....).*
17+
*Don't forget to link any issues that this PR will solved.*
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: New Icon
3+
about: Add a new icon to the repo.
4+
title: 'New Icon: [NAME] (versions)'
5+
labels: 'feature:icon'
6+
assignees: ''
7+
8+
---
9+
10+
**Double check these details before you open a PR**
11+
*Tick the checkboxes to ensure you've done everything*
12+
- [] PR does not match another non-stale PR currently opened
13+
- [] 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)
14+
- [] Your icons are put in a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
15+
- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
16+
- [] 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-)
17+
18+
Refer to the [`CONTRIBUTING.md`](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) for more details.
19+
20+
21+
**Link to the official page to prove your SVG is correct and up to date.**
22+
*Link goes here*

.github/drafts/check_devicon_object.py

-37
This file was deleted.

.github/drafts/check_svgs_monthly.py

-26
This file was deleted.

.github/drafts/check_svgs_monthly.yml

-42
This file was deleted.

.github/drafts/peek_icons imgur.yml

-109
This file was deleted.

0 commit comments

Comments
 (0)