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