Skip to content

Commit

Permalink
chore: add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
suyalcinkaya committed Feb 18, 2024
1 parent f06f2f6 commit d99ddd3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Description

Please provide a brief description of what this PR accomplishes.

If applicable, you should then provide a more detailed description including screenshots (if appropriate) to benefit
everyone.

#### Type of change

- [ ] :bug: Bug fix
- [ ] :rocket: New feature
- [ ] :boom: Breaking change

### How do I test this?

- Provide clear step-by-step instructions for easy reproduction.
- Highlight the current issue and explain how the change resolves it.
- Preferably provide links from the relevant Vercel Preview URL.

### Checklist

Did you remember to take care of the following?

- [ ] `bun install` – for the new dependencies
- [ ] Verify `bun.lockb` file when there is a package addition or update
- [ ] Perform a self-review
- [ ] Provide comments, particularly in hard-to-understand areas

0 comments on commit d99ddd3

Please sign in to comment.