From 1531351939e7c1ab6268d5dbc0fa782e067471cd Mon Sep 17 00:00:00 2001 From: verma-nakul Date: Wed, 12 Feb 2025 13:50:47 +0530 Subject: [PATCH] Updating Pull request template. (#304) --- .github/PULL_REQUEST_TEMPLATE.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a7f28c76..580272c07 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,17 @@ ## Related Tickets +Fixes #ISSUE_NUMBER + ## Description ## Unexpected difficulties @@ -24,6 +27,16 @@ Tell us about it, and what you did to overcome them! Make sure you test your work before opening a PR. Include the precise steps to reproduce in order to peer review your work. Also include screenshots if you can so that reviewers can compare with a baseline. + +Here is a small list of things you can do to check everything is working: + Install Dependencies:- `pnpm install` + Build Project:- `pnpm build` + Serving To Web:- `pnpm serve` + Run Tests:- `npm run test` or `pnpm run test` + Check Formatting:- `npm run format` or `pnpm run format` + Eslint Check:- `npm run lint:check` or `pnpm run lint:check` + +Did you document your code? --> ## Follow-up