From ef4e5dbaefa360d7477c549d05e66f744697d9a0 Mon Sep 17 00:00:00 2001 From: Chaitanya Narhare Date: Fri, 7 Jun 2024 22:38:36 +0530 Subject: [PATCH] Added PULL_REQUEST_TEMPLATE.md file in .github --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..eedee70 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Resolves #[Issue Number if there] +### PR Fixes: +- 1 +- 2 + +### Checklist before requesting a review +- [ ] I have pull latest changes from `main` branch +- [ ] I have tested the changes locally +- [ ] I have run `npm run lint:fix` locally +- [ ] I have performed a self-review of my code +- [ ] I assure there is no similar/duplicate pull request regarding same issue