Skip to content

Commit

Permalink
chore: update pull request template (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrentk authored Nov 4, 2024
1 parent acd949a commit 77a0560
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions PULL_REQUEST_TEMPLATE.md
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.

0 comments on commit 77a0560

Please sign in to comment.