feat(DatePicker): implement design tokens #1165
Check whether the PR message adheres to the standard
Check whether the PR message adheres to the standard
Details
Valid PR titles or bodies must contain a string which loosly follows the (Angular commit message standard)[https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type] followed by a Jira ticket.
Valid examples include:
feat(fii): hello. DAE-19
bug(fdsssd): hello. DAE-191
chore(FILE): bar. PROPS-123
chore(FILE): dfoo. NOTICKET
feat(fii): hello. DAE-19.
bug(fdsssd): hello. DAE-191.
chore(FILE): bar. PROPS-123.
chore(FILE): dfoo. NOTICKET.
Revert Merge pull request #1899 from securityscorecard/update/quill-
Merge pull request #1916 from securityscorecard/fix_broken_tests
Regex Pattern(s):
"^(?:(?:Revert|Merge)|(?:feat|bug|chore|hotfix|build|ci|docs|fix|perf|refactor|style|test)\().*(?:\s[A-Z]+(?:-\d+)|(?:NOTICKET))?\.?$"