diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3bb1154c --- /dev/null +++ b/.github/pull_request_template.md @@ -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 + ... +``` + +If you have done the above, please send the Pull Request.