Skip to content

Commit 4a48381

Browse files
committed
docs: Added CLA references
1 parent 293c3cc commit 4a48381

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# How to contribute
2-
32
I'm really glad you're reading this, because we need volunteer developers to help this project evolve.
43

54
If you haven't already, come find us on [Discord](http://discord.mlapi.network).
65

7-
## Submitting changes
6+
## CLA
7+
Before any changes will be approved into the repository, you will have to read and sign the [CLA](https://cla-assistant.io/MidLevel/MLAPI).
88

9+
## Submitting changes
910
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/)).
1011
Please follow our commit message conventions (below) and make sure all of your commits are atomic (one feature per commit).
1112

1213
## Commit Message Guidelines
13-
1414
We have very precise rules over how our git commit messages can be formatted. This leads to **more
1515
readable messages** that are easy to follow when looking through the **project history**. But also,
1616
we use the git commit messages to **generate the MLAPI change log**. We follow angular's message format.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
[![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://midlevel.github.io/MLAPI/)
1414
[![Wiki](https://img.shields.io/badge/docs-wiki-informational.svg)](https://midlevel.github.io/MLAPI/wiki/)
1515
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://midlevel.github.io/MLAPI/api/)
16+
[![CLA assistant](https://cla-assistant.io/readme/badge/MidLevel/MLAPI)](https://cla-assistant.io/MidLevel/MLAPI)
17+
1618

1719
MLAPI (Mid level API) is a framework that simplifies building networked games in Unity. It offers **low level** access to core networking while at the same time offering **high level** abstractions. The MLAPI aims to remove the repetetive tasks and reduces the network code dramatically, no matter how many of the **modular** features you use.
1820

0 commit comments

Comments
 (0)