Skip to content

Commit

Permalink
Merge pull request #68 from Chaitanya1672/feat/add-pull-request-templ…
Browse files Browse the repository at this point in the history
…ate-github

Added pull request template file in .github
  • Loading branch information
DhanushNehru authored Jun 7, 2024
2 parents 1e452e5 + ef4e5db commit d21ba04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d21ba04

Please sign in to comment.