Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b89b50f
add editorconfig file to root
BenSouchet Aug 12, 2022
c94a96b
properly format / cleanup file
BenSouchet Aug 12, 2022
8bb9e2b
fix missing bad indentation in file
BenSouchet Aug 13, 2022
eb5284d
update icon: clion (original, plain, plain-wordmark) (#1291)
kilianpaquier Aug 14, 2022
13e10af
new icon: faunadb (original, original-wordmark, line, line-wordmark) …
kilianpaquier Aug 15, 2022
e1c3e8b
Replace CoC content to point to the wiki (#1331)
Snailedlt Aug 15, 2022
a8de2ce
new icon: quarkus (original, original-wordmark, plain, plain-wordmark…
kilianpaquier Aug 15, 2022
954024b
Improve the Discord community text (#1347)
Panquesito7 Aug 15, 2022
6fdef1b
new icon: matplotlib (original, original-wordmark, plain, plain-wordm…
BenSouchet Aug 15, 2022
4a5691a
new icon: dataspell (original, plain, plain-wordmark) - contributes t…
kilianpaquier Aug 19, 2022
656d95c
update icon: webstorm (original, plain, plain-wordmark) (#1317)
kilianpaquier Aug 19, 2022
783a28b
update icon: rubymine (original, plain, plain-wordmark) (#1318)
kilianpaquier Aug 19, 2022
c9d3b67
update icon: pycharm (original, plain, plain-wordmark) (#1319)
kilianpaquier Aug 19, 2022
bd29321
update icon: rider (original, plain, plain-wordmark) (#1316)
kilianpaquier Aug 19, 2022
85aba97
new icon: hibernate (original, original-wordmark, plain, plain-wordma…
kilianpaquier Aug 21, 2022
5ba17c2
new icon: nano (original, original-wordmark) (#1310)
Snailedlt Aug 21, 2022
52e161e
new icon: norg (original, plain) (#1346)
dvchoudh Aug 21, 2022
bf81b9b
new icon: astro (original, original-wordmark, plain, plain-wordmark) …
szmazhr Aug 22, 2022
13b5e77
Improve the `README.md` file (#1362)
Panquesito7 Aug 23, 2022
c45cc83
add editorconfig file to root
BenSouchet Aug 12, 2022
ebe2159
properly format / cleanup file
BenSouchet Aug 12, 2022
53c54a8
fix missing bad indentation in file
BenSouchet Aug 13, 2022
0a21599
Merge branch 'add_editorconfig' of https://github.com/BenSouchet/devi…
BenSouchet Aug 29, 2022
be19e6e
add editorconfig file to root
BenSouchet Aug 12, 2022
7caa2dc
properly format / cleanup file
BenSouchet Aug 12, 2022
c3112c7
fix missing bad indentation in file
BenSouchet Aug 13, 2022
62b0238
Merge branch 'add_editorconfig' of https://github.com/BenSouchet/devi…
BenSouchet Aug 29, 2022
3cc2d53
revert rebase
BenSouchet Aug 29, 2022
d555886
Revert "revert rebase"
BenSouchet Aug 29, 2022
362dbf9
Revert "Revert "revert rebase""
BenSouchet Aug 29, 2022
15633c5
Revert "revert rebase"
BenSouchet Aug 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[**.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[**.svg]
trim_trailing_whitespace = false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we're missing an endline in here.

Suggested change
trim_trailing_whitespace = false
trim_trailing_whitespace = false

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Inefficient

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The irony 😅
Did the exact same thing in another peoject, judt with prettier

133 changes: 1 addition & 132 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,132 +1 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
info@devicon.dev.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of
actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the
community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].

Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
# The Code of Conduct has been moved to the official [Wiki page](https://github.com/devicons/devicon/wiki/Code-of-Conduct).
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img alt="GitHub issues by-label" src="https://img.shields.io/github/issues/devicons/devicon/request:icon?color=%2360be86&label=icon%20requests&style=for-the-badge">
</a>
<a href="https://github.com/devicons/devicon/stargazers">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/devicons/devicon?color=%2360be86&label=github%20stars&style=for-the-badge">
<img alt="GitHub repository stars" src="https://img.shields.io/github/stars/devicons/devicon?color=%2360be86&label=github%20stars&style=for-the-badge">
</a>
</p>
<br />
Expand Down Expand Up @@ -51,7 +51,7 @@
<li><a href="#getting-started">Getting started</a></li>
<li><a href="#request-icon">Requesting icon</a></li>
<li><a href="#contribute">Contributing</a></li>
<li><a href="#discord-server">Discord server</a></li>
<li><a href="#discord-community">Discord community</a></li>
<li><a href="#develop-vs-master"><code>develop</code> vs <code>master</code></a></li>
<li><a href="#stale-prs">Stale pull requests</a></li>
<li><a href="#build-yourself">Go build yourself</a></li>
Expand Down Expand Up @@ -95,9 +95,9 @@ yarn add devicon
```

<p>
If you don't want to use a package manager you can also download
If you don't want to use a package manager, you can also download
and include <a href="/devicon.min.css">devicon.min.css</a> next to the <a href="/fonts">font files</a> to your project.
See <a href="https://devicon.dev">devicon.dev</a> for details about how to add devicon to your project via
See <a href="https://devicon.dev">devicon.dev</a> for details about how to add Devicon to your project via
a CDN.
</p>
<p>
Expand Down Expand Up @@ -136,7 +136,8 @@ yarn add devicon
<svg id="Devicon" class='devicon-devicon-plain' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path id="plain" fill="#60be86" d="M64,7.83H4.77L14.95,95.13l49,25,.06,0,49.07-25L123.23,7.83Zm42.77,54.86c0,.88,0,1.67-.77,2L73.25,80.44l-2.42,1.13-.27-3.15V72.23l.24-1.57,1.09-.47L95.07,59.81l-21.54-9.6L64.35,68.34,58.9,78.87l-1.22,2.27-2.05-.9L22,64.71a2.42,2.42,0,0,1-1.45-2V56.91a2.39,2.39,0,0,1,1.42-2l34-15.73,3.21-1.44v9.66l.24,1.34-1.56.7L34.45,59.79,56.3,69.42l8.05-16,6.21-12.65,1.13-2.28,1.81.91L106,54.89c.73.35.76,1.14.76,2Z"/></svg>
```

Add css rules in your stylesheet
Add CSS rules in your stylesheet.

```css
.devicon-devicon-plain {
max-width: 2em;
Expand All @@ -154,7 +155,7 @@ Add css rules in your stylesheet
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon/icons/devicon/devicon-original.svg'>
```

<h2 id="request-icon">Requesting icon</h2>
<h2 id="request-icon">Requesting an icon</h2>
<p>
When you want to request an icon please feel free to create an issue. See our <a href="https://github.com/devicons/devicon/wiki/Requesting-an-Icon">Wiki</a> for more information.
</p>
Expand All @@ -164,9 +165,9 @@ Add css rules in your stylesheet
We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our <a href="https://github.com/devicons/devicon/wiki">Wiki</a> to see how you can contribute to this project.
</p>

<h2 id="discord-server">Discord server</h2>
<h2 id="discord-community">Discord community</h2>
<p>
We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ.
We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join today: https://discord.gg/hScy8KWACQ.
<b>Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.</b>
</p>

Expand Down Expand Up @@ -207,7 +208,7 @@ After a pull request has been open for over 30 days with no activity or response
by yourself.
</p>
<h5>Prerequisites</h5>
<p>Install gulp (and gulp plugins)</p>
<p>Install <code>gulp</code> (and <code>gulp</code> plugins)</p>

```bash
npm install
Expand Down
Loading