Skip to content

Commit de753db

Browse files
authored
chore: Update pull_request_template.md
1 parent 9503d72 commit de753db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
- A CI check will verify your PR title to make sure it uses a valid conventional prefix like:
1515
- `feat: {title}` - corresponds to `Added` heading in changelog, backwards compatibile changes
1616
- `fix: {title}` - corresponds to `Fixed` heading in changelog, fixes bugs or bad behavior
17-
- `chore: {title}` -
18-
- `docs: {title}`
19-
- `tests: {title}`
17+
- `chore: {title}` - does not appear in the changelog, useful for "meta" work that doesn't affect the API
18+
- `docs: {title}` - does not appear in the changelog, for docuemntation changes.
19+
- `tests: {title}` - does not appear in changelog, purely adds or changes tests.
2020
- Adding a `!` before the `:` will signify this is also a breaking change
2121
- This sort of change will cause a `MAJOR` version bump.
2222
- You can also use scopes to further detail the area your PR is changing i.e.:
2323
- `feat(ladfile): add global types`
2424
- `fix(ladfile_builder): fix globals not getting exported`
25-
- `docs(bms): document weird vector behavior on MacOS`
25+
- `docs(bms): document weird vector behavior on MacOS`

0 commit comments

Comments
 (0)