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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
# How to contribute
2
-
3
2
I'm really glad you're reading this, because we need volunteer developers to help this project evolve.
4
3
5
4
If you haven't already, come find us on [Discord](http://discord.mlapi.network).
6
-
7
5
## Submitting changes
8
-
9
6
Please send a [GitHub Pull Request to MLAPI](https://github.com/midlevel/MLAPI/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)).
10
7
Please follow our commit message conventions (below) and make sure all of your commits are atomic (one feature per commit).
11
8
12
9
## Commit Message Guidelines
13
-
14
10
We have very precise rules over how our git commit messages can be formatted. This leads to **more
15
11
readable messages** that are easy to follow when looking through the **project history**. But also,
16
12
we use the git commit messages to **generate the MLAPI change log**. We follow angular's message format.
0 commit comments