Skip to content

Commit

Permalink
chore(repo): add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed Aug 21, 2024
1 parent 2288bfb commit ab82c60
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Description

<!-- Talk about the great work you've done! -->

### What's included?

<!-- List features included in this PR -->

- One
- Two
- Three

#### Test Steps

<!-- Add instructions on how to test your changes -->

- [ ] `npm run start`
- [ ] then this
- [ ] finally this

#### General Tests for Every PR

- [ ] `npm run start` still works.
- [ ] `npm run lint` passes.
- [ ] `npm test` passes and code coverage is not lower.
- [ ] `npm run build` still works.

##### Screenshots or link to StackBlitz/Plunker

0 comments on commit ab82c60

Please sign in to comment.