From 6f1bbd1d14ee32bf09e242468d61165e889cf716 Mon Sep 17 00:00:00 2001 From: Krishna Vishwakarma <45295239+thinkswell@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:08:56 +0530 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..af26fe308 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +#### Develoer Checklist +- [ ] Followed guidelines mentioned in the readme file. +- [ ] Followed directory structure. (e.g. ProjectName/{USERNAME}/...yourfiles) +- [ ] Starred ⭐ the Repo (Optional) + +#### Summary +###### _add a summary here_ + +#### Screenshot +###### _attach screenshots/gifs here_ + +#### Live Project Link +###### _add a working project link here_