From bf818430d149e7bd0b4d5fc5e329c2cdf84be115 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Wed, 2 Oct 2024 18:21:09 +0100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..3bb1154c0 --- /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.