You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-79Lines changed: 5 additions & 79 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,82 +47,8 @@ By submitting a pull request, you agree that; 1) You hold the copyright on all s
47
47
48
48
Not following this guideline could lead to your pull being squashed for a cleaner commit history
49
49
50
-
This style guide is most based of the [conventional commits](https://www.conventionalcommits.org/) style guide, in where it follows following guidelines:
51
-
```txt
52
-
type(scope): <description>
53
-
```
54
-
different with conventional commits is that we are gonna be defining the types you can use.
55
-
56
-
### Normal Types
57
-
58
-
These here are some types normally used without the library
59
-
60
-
#### Feature Types:
61
-
```
62
-
feat:
63
-
feature:
64
-
```
65
-
#### Bug Fix Types:
66
-
```
67
-
fix:
68
-
bug-fix:
69
-
```
70
-
#### Fixing Grammar Mistakes:
71
-
```
72
-
typo:
73
-
nit:
74
-
```
75
-
#### When refactoring or efficientizing code:
76
-
```
77
-
speed:
78
-
refactor:
79
-
```
80
-
81
-
### Extension Types
82
-
83
-
Some types used in the `ext`'s
84
-
85
-
#### Commands Types:
86
-
```
87
-
ext.commands:
88
-
commands.Bot:
89
-
```
90
-
#### Pages Types:
91
-
```
92
-
ext.pages:
93
-
pages:
94
-
```
95
-
#### Tasks Types:
96
-
```
97
-
ext.tasks:
98
-
tasks:
99
-
```
100
-
101
-
### Displaying breaking changes or closing issues in a commit
102
-
103
-
When closing issues or displaying a breaking change just add the following to your extended description:
104
-
```
105
-
BREAKING CHANGE:
106
-
CLOSES: #<issue-number>
107
-
```
108
-
109
-
### Special Commit Types
110
-
111
-
#### Github
112
-
```
113
-
git:
114
-
actions:
115
-
ci:
116
-
CONTRIBUTING:
117
-
```
118
-
#### Docs
119
-
```
120
-
docs:
121
-
```
122
-
123
-
### Displaying multiple commits
124
-
125
-
When displaying multiple commits in one use the type:
126
-
```
127
-
Mega Change:
128
-
```
50
+
Some style guides we would recommed using in your pulls:
51
+
52
+
The [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) style is a very widely used style and a good style to start with.
53
+
54
+
The [gitmoji](https://gitmoji.dev) style guide would make your pull look more lively and different to others.
0 commit comments