From e5b43d5f84ead5c49f76a73c12111446e3035d51 Mon Sep 17 00:00:00 2001 From: Aatmaj Date: Sat, 8 Oct 2022 20:11:09 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 778bfec..7b419ad 100644 --- a/README.md +++ b/README.md @@ -321,3 +321,11 @@ All the FREE learning resources in one place. These resources are strictly recom ## Contributing Want to add a resource you can recommend? Please send a pull request and follow the [contributors guidelines](/CONTRIBUTING.md). + + +### Thanks to all contributors + + + + + From 67473d695b989211553b561e11e3b85ada7afd23 Mon Sep 17 00:00:00 2001 From: Aatmaj Date: Mon, 10 Oct 2022 15:57:24 +0530 Subject: [PATCH 2/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 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 0000000..2f9a990 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,46 @@ + + +## What does this PR do? + +(Provide a description of what this PR does.) + + +## Related PRs and Issues + +(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.) + + + +### Have you updated the README.md file? + +- [ ] yes +- [ ] no + +### Have you checked for any duplicates (was the content already present in the list?)? + +- [ ] yes +- [ ] no + +### Have you rechecked for any grammetical errors? + +- [ ] yes +- [ ] no + +### Is the content placed in proper position? + +- [ ] yes +- [ ] no + +### Is the a content quality resource? + +- [ ] yes +- [ ] no