Create pull_request_template.md
This commit is contained in:
14
.github/pull_request_template.md
vendored
Normal file
14
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Thank you for your contribution! Before sending this Pull Request, please confirm the following:
|
||||||
|
|
||||||
|
* [ ] You have read [the contributing guidelines](https://github.com/edent/SuperTinyIcons/blob/master/CONTRIBUTING.md)
|
||||||
|
* [ ] The icon's size is *under* 1,024 Bytes
|
||||||
|
* [ ] The layout of the SVG looks like this including newlines
|
||||||
|
```svg
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||||||
|
aria-label="..." role="img"
|
||||||
|
viewBox="0 0 512 512"><path
|
||||||
|
d="m0 0H512V512H0"
|
||||||
|
fill="#fff"/> ... </svg>
|
||||||
|
```
|
||||||
|
|
||||||
|
If you have done the above, please send the Pull Request.
|
Reference in New Issue
Block a user