Skip to content

Commit

Permalink
feat: updating pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-py committed Feb 12, 2025
1 parent b4f77ff commit 2d0a5b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,15 @@ 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`
My code follows the project’s style guidelines.
I have tested my changes thoroughly.
I have updated relevant documentation.
Did you document your code?
-->

## Follow-up
Expand Down

0 comments on commit 2d0a5b2

Please sign in to comment.