diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 0e6e60f2d..adf95a3e4 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -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.