1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 13:38:15 +01:00

Update readme and add a contributing guide

This commit is contained in:
konpa 2014-11-28 13:59:32 +01:00
parent ba249c97e2
commit 7e515a07ea
2 changed files with 38 additions and 0 deletions

30
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,30 @@
# Contributing to Devicon
First of all, thanks for taking the time to contribute!
These are not rules, just guidelines that you can follow in order to keep the repository as clean as possible. But if you don't have time to follow all of it, no worries, just create a pull request and I'll make the modifications myself if needed.
And if you think there is a better way to organize this repo, please do not hesitate to share your point of view.
## Submitting icon(s)
Each icon comes in different "versions":
- original
- original-wordmark
- plain
- plain-wordmark
- line
- line-wordmark
This is not mandatory, an icon can only have 1 or 2 versions available. Just keep in mind that the minimum is 1 and the maximum 6 (for now).
The plain and line versions (with or without wordmark) are designed to be available in the final icon font. So they need to stay as simple as possible (one color and ensure that the paths are united before to export to svg). You can use a service like [compressor](https://compressor.io/) or [SVG Editor](https://petercollingridge.appspot.com/svg-editor) in order to optimize the svg file.
The original versions are only available in svg format, so they do not need to be as simple and they can contain numerous colors.
Some icons are really simple (like the apple one), so the original version can be used for the icon font. In this case, I'll add an alias so they can be found with the "original" or "plain" naming convention.
##### Organizational guidelines:
- Each icon has his own folder located in the "icons" folder.
- Each icon folder contains one .eps file and as many .svg files as versions available.
- The .eps file contains all available versions of an icon. Each version is contained in a 128px by 128px artboard.
- Each .svg file contains one version of an icon in a "0 0 128 128" viewbox
- The naming convention for the svg file is the following: (icon name)-(original/plain/line)-(wordmark)

View File

@ -4,6 +4,10 @@ devicon aims to gather all logos representing development languages and tools.
See [devicon.fr](http://devicon.fr) (not up to date, coming really soon!)
## Icon requests
Please leave a comment here #11 in order to request an icon.
## How to use
_2 ways of using devicon:_
@ -59,3 +63,7 @@ _2 ways of using devicon:_
```
##### See devicon.json file for complete and up to date reference of icon's available versions.
## Contribute
Please have a look at the CONTRIBUTING.md file