Skip to content

Commit b3073f6

Browse files
Fixes after AI review
1 parent d4666a9 commit b3073f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Click the `Preview` tab and select a PR template:
33
- [Contribute to Boosted](?expand=1&template=boosted-contribution-template.md)
44
- [Release Boosted](?expand=1&template=boosted-release-template.md) (Core team only)
55
- **OUDS Web**:
6-
- [Contribute to OUDS Web](?expand=&template=ouds-contribution-template.md)
7-
- [Release OUDS Web](?expand=&template=ouds-release-template.md) (Core team only)
6+
- [Contribute to OUDS Web](?expand=1&template=ouds-contribution-template.md)
7+
- [Release OUDS Web](?expand=1&template=ouds-release-template.md) (Core team only)

.github/PULL_REQUEST_TEMPLATE/boosted-release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [ ] if the year changed recently, happy new year :tada: but please change © year in `.scss` main files (reboot, grid, utilities, and main file) as well as in `NOTICE.txt`.
1717
- [ ] `npm run release` to compile dist, build Storybook, update SRI hashes in doc, and package the release
1818
- [ ] Prepare changelog:
19-
- install [Conventionnal Changelog](https://github.com/conventional-changelog/conventional-changelog) and `conventional-changelog-cli` globally
19+
- install [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) and `conventional-changelog-cli` globally
2020
- run `conventional-changelog -p angular -i CHANGELOG.md -s`
2121
- and probably maintain [a ship list (e.g. for v4.4.0)](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/226)
2222
- [ ] Commit and push `dist` with a `chore(release)` commit message

.github/PULL_REQUEST_TEMPLATE/ouds-release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [ ] if the year changed recently, happy new year :tada: but please change © year in `.scss` main files (reboot, grid, utilities, and main file) as well as in `NOTICE.txt`.
2323
- [ ] `npm run release` to compile dist, build Storybook, update SRI hashes in doc, and package the release
2424
- [ ] Prepare changelog:
25-
- install [Conventionnal Changelog](https://github.com/conventional-changelog/conventional-changelog) and `conventional-changelog-cli` globally
25+
- install [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) and `conventional-changelog-cli` globally
2626
- run `conventional-changelog -p angular -i CHANGELOG.md -s`
2727
- [ ] Commit and push `dist` with a `chore(release): vx.y.z` commit message
2828
- [ ] Merge on `ouds/main`

0 commit comments

Comments
 (0)