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:
Johan Fagerberg 2018-10-30 16:37:06 +01:00 committed by Eric Cornelissen
parent 271b4ba936
commit 084aeb2880

View File

@ -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. * The `title` of the new SVG.
* A `hex` color value that matches the brand's primary color. All uppercase and without the `#` pound symbol.) * 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 ```json
{ {
"title": "Adobe Photoshop", "title": "The Movie Database",
"hex": "00C8FF", "hex": "01D277",
"source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" "source": "https://www.themoviedb.org/about/logos-attribution"
}, }
``` ```
### 7. Create a pull request ### 7. Create a pull request