Skip to content

Commit c83c24c

Browse files
authored
refactor: don't duplicate types
1 parent cbd2a7d commit c83c24c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,26 +61,21 @@ These here are some types normally used without the library
6161
```
6262
feat:
6363
feature:
64-
addition:
65-
creation:
6664
```
6765
#### Bug Fix Types:
6866
```
6967
fix:
70-
bug:
7168
bug-fix:
7269
```
7370
#### Fixing Grammar Mistakes:
7471
```
7572
typo:
76-
grammar:
7773
nit:
7874
```
7975
#### When refactoring or efficientizing code:
8076
```
81-
speed:
77+
speedup:
8278
refactor:
83-
efficent:
8479
```
8580

8681
### Extension Types
@@ -91,15 +86,11 @@ Some types used in the `ext`'s
9186
```
9287
ext.commands:
9388
commands.Bot:
94-
checks:
95-
cogs:
96-
cooldowns:
9789
```
9890
#### Pages Types:
9991
```
10092
ext.pages:
10193
pages:
102-
paginator:
10394
```
10495
#### Tasks Types:
10596
```
@@ -120,14 +111,11 @@ CLOSES: #<issue-number>
120111
#### Github
121112
```
122113
git:
123-
github:
124114
actions:
125115
ci:
126-
ci/cd:
127116
CONTRIBUTING:
128117
```
129118
#### Docs
130119
```
131120
docs:
132-
sphinx:
133121
```

0 commit comments

Comments
 (0)