Skip to content

Commit f361834

Browse files
authored
CONTRIBUTING: Expand Style Guide More
1 parent d795f10 commit f361834

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,47 @@ efficent:
8787

8888
Some types used in the `ext`'s
8989

90-
#### ommands Types:
90+
#### Commands Types:
9191
```
9292
ext.commands:
9393
commands.Bot
9494
checks:
9595
cogs:
9696
cooldowns:
9797
```
98-
#### ages Types:
98+
#### Pages Types:
9999
```
100100
ext.pages:
101101
pages:
102102
paginator:
103103
```
104-
Tasks Types:
104+
#### Tasks Types:
105105
```
106106
ext.tasks:
107107
tasks:
108108
```
109109

110110
### Displaying breaking changes or closing issues in a commit
111+
111112
When closing issues or displaying a breaking change just add the following to your extended description:
112113
```
113114
BREAKING CHANGE:
114115
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+
```

0 commit comments

Comments
 (0)