Skip to content

Commit 44d27e0

Browse files
authored
Revert "Release v2.15.0 (devicons#1080)"
This reverts commit c0ab58c.
1 parent c0ab58c commit 44d27e0

File tree

210 files changed

+999
-8152
lines changed

Some content is hidden

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

210 files changed

+999
-8152
lines changed
Lines changed: 26 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
1-
name: Bug Report
2-
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
3-
title: '[BUG] <bug name>'
4-
labels: [bug]
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
9-
10-
- type: checkboxes
11-
attributes:
12-
label: I have searched through the issues and didn't find my problem.
13-
options:
14-
- label: Confirm
15-
required: true
16-
17-
- type: textarea
18-
id: description
19-
attributes:
20-
label: Bug description
21-
description: Short description of the bug that you found. Provide images/code if applicable.
22-
validations:
23-
required: true
24-
25-
- type: textarea
26-
id: howtoreplicate
27-
attributes:
28-
label: Possible fixes or solutions
29-
description: List any possible fixes/suggestions that you have in mind that could solve this issue.
30-
validations:
31-
required: true
32-
33-
- type: textarea
34-
id: extrainformation
35-
attributes:
36-
label: Additional information
37-
description: Is there anything else we should know about this bug?
1+
name: Bug Report
2+
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
3+
title: '[BUG] <bug name>'
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Bug description
10+
description: Short description of the bug that you found. Provide images/code if applicable.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: howtoreplicate
15+
attributes:
16+
label: Possible fixes or solutions
17+
description: List any possible fixes/suggestions that you have in mind that could solve this issue.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: extrainformation
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this bug?
25+
validations:
26+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
blank_issues_enabled: false
2-
contact_links:
3-
- name: Discord community
4-
url: https://discord.gg/hScy8KWACQ
5-
about: Found any bug? Need help? Feel free to contact us via Discord.
Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
1-
name: Feature Request
2-
description: Requesting a new feature or changes to an existing feature
3-
title: '[FEATURE REQUEST] <feature name>'
4-
labels: [enhancement]
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
9-
10-
- type: checkboxes
11-
attributes:
12-
label: I have searched through the issues and didn't find my problem.
13-
options:
14-
- label: Confirm
15-
required: true
16-
17-
- type: textarea
18-
id: currentproblem
19-
attributes:
20-
label: Problem
21-
description: Tell us about the problem and its negative impacts.
22-
validations:
23-
required: true
24-
25-
- type: textarea
26-
id: possiblesolution
27-
attributes:
28-
label: Possible Solution
29-
description: If you have an idea, please tell us what might solve the above problem and the benefits it provides.
30-
31-
- type: textarea
32-
id: extrainformation
33-
attributes:
34-
label: Additional information
35-
description: Is there anything else we should know about this feature request?
1+
name: Feature Request
2+
description: Requesting a new feature or changes to an existing feature
3+
title: '[FEATURE REQUEST] <feature name>'
4+
labels: [enhancement]
5+
body:
6+
- type: textarea
7+
id: currentproblem
8+
attributes:
9+
label: Problem
10+
description: Tell us about the current problem that you face that this feature might help you with.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: suggestedfeat
15+
attributes:
16+
label: Suggested feature
17+
description: Tell us about the feature that might solve the above problem.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: why
22+
attributes:
23+
label: Why should we have this feature?
24+
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
25+
validations:
26+
required: false
27+
- type: textarea
28+
id: extrainformation
29+
attributes:
30+
label: Additional information
31+
description: Is there anything else we should know about this feature request?
32+
validations:
33+
required: false
Lines changed: 26 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
1-
name: Icon Request
2-
description: Requesting a new icon or changes to an existing icon
3-
title: '[ICON REQUEST]: <icon name>'
4-
labels: ["request:icon"]
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
9-
10-
- type: checkboxes
11-
attributes:
12-
label: I have searched through the issues and didn't find my problem.
13-
options:
14-
- label: Confirm
15-
required: true
16-
17-
- type: input
18-
id: about
19-
attributes:
20-
label: About the icon
21-
description: Short description of why you think this icon belongs in our project.
22-
validations:
23-
required: true
24-
25-
- type: textarea
26-
id: links
27-
attributes:
28-
label: Links and sources
29-
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.).
30-
validations:
31-
required: true
32-
33-
- type: textarea
34-
id: extrainformation
35-
attributes:
36-
label: Additional information
37-
description: Is there anything else we should know about this icon?
1+
name: Icon Request
2+
description: Requesting a new icon or changes to an existing icon
3+
title: 'Icon request: [NAME]'
4+
labels: ["request:icon"]
5+
body:
6+
- type: input
7+
id: about
8+
attributes:
9+
label: About the icon
10+
description: Short description of why you think this icon belongs in our project.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: links
15+
attributes:
16+
label: Links and sources
17+
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.).
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: extrainformation
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this icon?
25+
validations:
26+
required: false

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
1-
name: Other
2-
description: Use this for any other issues. Do not create blank issues
3-
title: "[OTHER] <description>"
4-
labels: ["awaiting triage"]
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
9-
10-
- type: checkboxes
11-
attributes:
12-
label: I have searched through the issues and didn't find my problem.
13-
options:
14-
- label: Confirm
15-
required: true
16-
17-
- type: textarea
18-
id: issuedescription
19-
attributes:
20-
label: What would you like to share?
21-
description: Provide a clear and concise explanation of your issue.
22-
validations:
23-
required: true
24-
25-
- type: textarea
26-
id: extrainfo
27-
attributes:
28-
label: Additional information
29-
description: Is there anything else we should know about this issue?
1+
name: Other
2+
description: Use this for any other issues. Do not create blank issues
3+
title: "[OTHER] <description>"
4+
labels: ["awaiting triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# Other issue"
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
12+
label: What would you like to share?
13+
description: Provide a clear and concise explanation of your issue.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false

.github/PULL_REQUEST_TEMPLATE/new_feature.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/new_icon.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Icon** section above. -->
10+
11+
## Double check these details before you open a PR**
12+
13+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
14+
- [] PR does not match another non-stale PR currently opened
15+
- [] PR name matches the format *New Feature: brief description of feature*
16+
17+
18+
## This PR adds/fixes...
19+
20+
<!-- List your features here and the benefits they bring. -->
21+
22+
## Notes
23+
24+
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: New Icon
3+
about: Add a new icon to the repository.
4+
title: 'new icon: [NAME] (versions)'
5+
labels: 'feature:icon'
6+
assignees: ''
7+
8+
---
9+
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Feature** section below. -->
10+
## Double check these details before you open a PR
11+
12+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
13+
- [] PR does not match another non-stale PR currently opened
14+
- [] 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)
15+
- [] PR's base is the `develop` branch.
16+
- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
17+
- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
18+
- [] 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-)
19+
20+
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
21+
22+
## Link to prove your SVG is correct and up-to-date.
23+
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->

.github/pull_request_template.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
### Adding a New Icon?
2-
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`
1+
# **New icon section**
32

4-
### Adding a New Feature or fixing a bug?
5-
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
3+
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. -->
4+
5+
## Double check these details before you open a PR
6+
7+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
8+
- [ ] PR does not match another non-stale PR currently opened
9+
- [ ] 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)
10+
- [ ] The PR's base is the `develop` branch.
11+
- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
12+
- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
13+
- [ ] 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-)
14+
15+
<!-- Refer to the contributing guidelines for more details https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon -->
16+
17+
## Link to prove your SVG is correct and up-to-date
18+
19+
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
20+
21+
---
22+
# **New feature section**
23+
24+
<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. -->
25+
26+
## Double check these details before you open a PR
27+
28+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
29+
- [ ] PR does not match another non-stale PR currently opened
30+
- [ ] PR name matches the format *New Feature: a brief description of feature*
31+
32+
## This PR adds/fixes
33+
34+
<!-- List your features here and the benefits they bring. -->
35+
36+
## Notes
37+
38+
<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). -->

0 commit comments

Comments
 (0)