File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -87,28 +87,47 @@ efficent:
87
87
88
88
Some types used in the ` ext ` 's
89
89
90
- #### ommands Types:
90
+ #### Commands Types:
91
91
```
92
92
ext.commands:
93
93
commands.Bot
94
94
checks:
95
95
cogs:
96
96
cooldowns:
97
97
```
98
- #### ages Types:
98
+ #### Pages Types:
99
99
```
100
100
ext.pages:
101
101
pages:
102
102
paginator:
103
103
```
104
- Tasks Types:
104
+ #### Tasks Types:
105
105
```
106
106
ext.tasks:
107
107
tasks:
108
108
```
109
109
110
110
### Displaying breaking changes or closing issues in a commit
111
+
111
112
When closing issues or displaying a breaking change just add the following to your extended description:
112
113
```
113
114
BREAKING CHANGE:
114
115
CLOSES: #<issue-number>
116
+ ```
117
+
118
+ ### Special Commit Types
119
+
120
+ #### Github
121
+ ```
122
+ git:
123
+ github:
124
+ actions:
125
+ ci:
126
+ ci/cd:
127
+ CONTRIBUTING:
128
+ ```
129
+ #### Docs
130
+ ```
131
+ docs:
132
+ sphinx:
133
+ ```
You can’t perform that action at this time.
0 commit comments