Skip to content

Commit b7a4cc6

Browse files
authored
Merge pull request #1082 from devicons/develop
Release v2.15.0 (redo)
2 parents aac09dd + 7efc400 commit b7a4cc6

File tree

210 files changed

+8166
-1013
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

+8166
-1013
lines changed
Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
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
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?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
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: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
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
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?
Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
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
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?

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
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
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?
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Double check these details before you open a PR
2+
3+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
4+
- [ ] PR does not match another non-stale PR currently opened
5+
6+
## Features
7+
<!-- List your features here and the benefits they bring. Include images/codes as appropriate -->
8+
9+
**This PR closes NONE**
10+
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
11+
12+
## Notes
13+
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Double check these details before you open a PR
2+
3+
<!-- Tick the checkboxes to ensure you've done everything correctly -->
4+
- [ ] PR does not match another non-stale PR currently opened
5+
- [ ] 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)
6+
- [ ] PR's base is the `develop` branch.
7+
- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
8+
- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
9+
- [ ] 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-)
10+
11+
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
12+
13+
**This PR closes NONE**
14+
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
15+
16+
## Link to prove your SVG is correct and up-to-date.
17+
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->

.github/drafts/PULL_REQUEST_TEMPLATE/new_feature.md

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

.github/drafts/PULL_REQUEST_TEMPLATE/new_icon.md

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

.github/pull_request_template.md

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

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.). -->
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`.

0 commit comments

Comments
 (0)