Skip to content

Commit a7e66f1

Browse files
committed
[docs] update PULL_REQUEST_TEMPLATE.md
1 parent dbf568e commit a7e66f1

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,23 @@
88

99
#### Title Format
1010

11-
[bugfix / new feature / improvement] ComponentName:content
11+
[type] ComponentName:content
1212

1313
Example:
14-
* [bugfix] Button: color prop not work
15-
* [new feature] Button: add color prop
16-
* [improvement] Button: optimize performance
14+
15+
- [fix] Button: incorrect style
16+
- [feat] Button: add color prop
17+
- [dosc] Button: fix typo
18+
19+
Allowed Types:
20+
21+
- fix
22+
- feat
23+
- docs
24+
- perf
25+
- test
26+
- types
27+
- build
28+
- chore
29+
- refactor
30+
- breaking change

0 commit comments

Comments
 (0)