mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Add note on source to contribution guidelines (#1040)
Adds small note on the `source` URL Also updates the JSON example to one that uses an optimal URL
This commit is contained in:
parent
271b4ba936
commit
084aeb2880
@ -133,16 +133,16 @@ Icon metadata should be added to the `_data/simple-icons.json` file. Each icon i
|
||||
|
||||
* The `title` of the new SVG.
|
||||
* A `hex` color value that matches the brand's primary color. All uppercase and without the `#` pound symbol.)
|
||||
* The `source` URL of the logo being used. (Be specific!)
|
||||
* The `source` URL of the logo being used. This is used to find updates if the logo ever changes.
|
||||
|
||||
Here is the object for the Adobe Photoshop icon as an example:
|
||||
Here is the object for The Movie Database as an example:
|
||||
|
||||
```json
|
||||
{
|
||||
"title": "Adobe Photoshop",
|
||||
"hex": "00C8FF",
|
||||
"source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg"
|
||||
},
|
||||
"title": "The Movie Database",
|
||||
"hex": "01D277",
|
||||
"source": "https://www.themoviedb.org/about/logos-attribution"
|
||||
}
|
||||
```
|
||||
|
||||
### 7. Create a pull request
|
||||
|
Loading…
Reference in New Issue
Block a user