File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Used by: [Electron](https://github.com/electron/electron) · [Vite](https://gith
7
7
## Examples
8
8
9
9
** Valid pull request titles:**
10
- - fix: Correct typo
11
- - feat: Add support for Node.js 18
12
- - refactor!: Drop support for Node.js 12
13
- - feat(ui): Add ` Button ` component
10
+ - fix: correct typo
11
+ - feat: add support for Node.js 18
12
+ - refactor!: drop support for Node.js 12
13
+ - feat(ui): add ` Button ` component
14
14
15
15
> Note that since pull request titles only have a single line, you have to use ` ! ` to indicate breaking changes.
16
16
@@ -117,7 +117,7 @@ For work-in-progress PRs you can typically use [draft pull requests from GitHub]
117
117
**Example:**
118
118
119
119
` ` `
120
- [WIP] feat : Add support for Node.js 18
120
+ [WIP] feat : add support for Node.js 18
121
121
` ` `
122
122
123
123
This will prevent the PR title from being validated, and pull request checks will remain pending.
You can’t perform that action at this time.
0 commit comments