Create pull_request_template.md

This commit is contained in:
Terence Eden
2024-10-02 18:21:09 +01:00
committed by GitHub
parent 4a370ee39d
commit bf818430d1

14
.github/pull_request_template.md vendored Normal file
View 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.