Skip to content

Commit

Permalink
Make guidelines clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Oct 9, 2019
1 parent 2ed5b25 commit 750847f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
@@ -1,6 +1,6 @@
Thanks for submitting or fixing an icon! Here is a helpful guide to what you need to include.

- [ ] New file
- [ ] New file which is *under* 1,024 bytes
- [ ] Edit Readme
- [ ] Add reference image
- [ ] Edit reference page
Expand All @@ -18,13 +18,10 @@ At a minimum, your icon needs these components:
<svg
xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512">
<rect
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/>
...
</svg>
fill="#fff"/>...</svg>
```

Please keep the whitespace as-is. This makes viewing diffs easier.
Expand All @@ -34,9 +31,11 @@ Please keep the whitespace as-is. This makes viewing diffs easier.
Add a table cell to README.md - it must be in this format:

```
<td><img src="images/svg/nameofservice.svg" width="125" title="Name Of Service" /><br>229 Bytes</td>
<td>Name of Service<br><img src="images/svg/nameofservice.svg" width="125" title="Name Of Service" /><br>123 Bytes</td>
```

Please add the correct file size.

## Reference Image

* Find an *official* logo.
Expand Down

0 comments on commit 750847f

Please sign in to comment.