Skip to content

Commit

Permalink
chore: add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash committed Jun 6, 2024
1 parent 2a51737 commit 5341c0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Checklist
Make sure you have
- [ ] Added relevant `@nestjs/swagger` decorators wherever required
- [ ] Added test cases (unit and integration) wherever required

## Description
*Describe the aim/objective of this PR*

## Steps to test
*Add steps to run and test teh desired changes*

## References
*Add relevant links and screenshots outlining the working status of this PR*

## Demo
*If relevant to your change, attach a screen recording showcasing that the change is working and giving desired results.*

0 comments on commit 5341c0d

Please sign in to comment.