Skip to content

Commit

Permalink
chore: NO-JIRA add pull request template (#144)
Browse files Browse the repository at this point in the history
* chore: NO-JIRA add pull request template

* chore: NO-JIRA add suggested checkboxes

Co-authored-by: Mateusz Wlekliński <[email protected]>

---------

Co-authored-by: Mateusz Wlekliński <[email protected]>
  • Loading branch information
mjamrozekvl and mwleklinski authored May 14, 2024
1 parent cae49b7 commit 973d79d
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 @@
## What did you implement?

_A summary of the change from the implementation perspective that could help
reviewers understanding the whole solution_

## Checklist:

- [ ] I exported my component in [src/index.ts](https://github.com/VirtusLab/tetrisly-react/blob/main/src/index.ts) file.
- [ ] I described colors, spacing, typography, and similar attributes with Figma Tokens and they are placed in the config object in the `*.styles` file
- [ ] I tested the component (including custom prop)
- [ ] I've written a storybook story for the component

0 comments on commit 973d79d

Please sign in to comment.