-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pull request template (#1295)
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Use imperative, present tense in your commit description ("change", not "changed" or "changes") without uppercases or period (.) at the end. | ||
[ONEUI-???](https://textkernel.atlassian.net/browse/ONEUI-) | ||
|
||
# Checklist | ||
- [ ] The implementation has been manually tested and complies with Textkernel [browser support guidelines](https://textkernel.com/browser-support/) | ||
- [ ] The implementation complies with [accessibility](CONTIRBUTING.md#accessibility) standards. | ||
- [ ] The component has a [displayName](CONTRIBUTING.md#display-names) defined. | ||
- [ ] The component comes with a detailed [PropTypes](CONTRIBUTING.md#component-props) (and defaultProps) definition. | ||
- [ ] Component PropTypes are sufficiently described / documented. | ||
- [ ] There is [a story](CONTRIBUTING.md#component-showcases) in Storybook. | ||
### Checklist | ||
|
||
- [ ] The Pull Request title follows our guidelines eg. `feat(PrioritySelector): new component` | ||
- [ ] Breaking changes are mentioned eg. `BREAKING CHANGE: isMultiSelect prop is removed`, if any. | ||
- [ ] Squash and Merge option is selected as merge option. |