Skip to content

Commit

Permalink
Update pull_request_template.md to include PR title instructions (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis authored Dec 4, 2023
1 parent 49e3e1b commit 7e32604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Add `major`, `minor` or `patch` label depending on the change according to [semv

Remember to include the following changes:

- [ ] Ensure the PR title includes the name of the component you are changing so it's clear in the release notes for consumers of the changes in the version e.g `[KOA-123][BpkButton] Updating the colour`
- [ ] `README.md` (If you have created a new component)
- [ ] Component `README.md`
- [ ] Tests
- [ ] Storybook examples created/updated
- [ ] For breaking changes or deprecating components/properties, migration guides added to the description of the PR. If the guide has large changes, consider creating a new Markdown page inside the component's docs folder and link it here
- [ ] For breaking changes or deprecating components/properties, migration guides added to the description of the PR. If the guide has large changes, consider creating a new Markdown page inside the component's docs folder and link it here

0 comments on commit 7e32604

Please sign in to comment.