-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
251b02c
commit 3fac47b
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Checklist | ||
|
||
- [ ] Test Coverage is 100% for the newly added code | ||
- [ ] Storybook stories are added/updated for the changed areas | ||
- [ ] Components standards defined [in this document](https://docs.google.com/document/d/16_Nd3VxE_lTD9pVkONQ0egn7IiwyX1pVXZjzl-V4tU8/) are followed | ||
- [ ] Code is linted properly | ||
- [ ] Developer testing is done for the affected areas | ||
- [ ] Package version updated (not applicable to ent branch) | ||
- [ ] Changelog.md updated on possible breaking (applicable to ent branch) |