File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -61,26 +61,21 @@ These here are some types normally used without the library
61
61
```
62
62
feat:
63
63
feature:
64
- addition:
65
- creation:
66
64
```
67
65
#### Bug Fix Types:
68
66
```
69
67
fix:
70
- bug:
71
68
bug-fix:
72
69
```
73
70
#### Fixing Grammar Mistakes:
74
71
```
75
72
typo:
76
- grammar:
77
73
nit:
78
74
```
79
75
#### When refactoring or efficientizing code:
80
76
```
81
- speed :
77
+ speedup :
82
78
refactor:
83
- efficent:
84
79
```
85
80
86
81
### Extension Types
@@ -91,15 +86,11 @@ Some types used in the `ext`'s
91
86
```
92
87
ext.commands:
93
88
commands.Bot:
94
- checks:
95
- cogs:
96
- cooldowns:
97
89
```
98
90
#### Pages Types:
99
91
```
100
92
ext.pages:
101
93
pages:
102
- paginator:
103
94
```
104
95
#### Tasks Types:
105
96
```
@@ -120,14 +111,11 @@ CLOSES: #<issue-number>
120
111
#### Github
121
112
```
122
113
git:
123
- github:
124
114
actions:
125
115
ci:
126
- ci/cd:
127
116
CONTRIBUTING:
128
117
```
129
118
#### Docs
130
119
```
131
120
docs:
132
- sphinx:
133
121
```
You can’t perform that action at this time.
0 commit comments