diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..6fb0c6e
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,17 @@
+Please complete the following checklist if your PR is adding new link to the list:
+
+- [ ] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md)
+- [ ] This PR does not introduce duplicates to the list
+- [ ] The link is added at the bottom of the list category
+- [ ] Suggested repository is maintained, have active community, is able to mentor new contributors and have issues with the suggested label
+- [ ] The link I add follows suggested pattern:
+
+```
+- [Repository Name](link-to-repository-label) _(label: beginner-friendly-label-in-the-repository)_
Description
+```
+
+Example link formatting:
+
+```
+- [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners/labels/good-first-contribution) _(label: good-first-contribution)_
A list of awesome beginners-friendly projects.
+```