Skip to content

Commit

Permalink
docs: Removed CLA requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Aug 27, 2020
1 parent 4a48381 commit 2272e58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
I'm really glad you're reading this, because we need volunteer developers to help this project evolve.

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

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

## Submitting changes
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/)).
Please follow our commit message conventions (below) and make sure all of your commits are atomic (one feature per commit).
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://midlevel.github.io/MLAPI/)
[![Wiki](https://img.shields.io/badge/docs-wiki-informational.svg)](https://midlevel.github.io/MLAPI/wiki/)
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://midlevel.github.io/MLAPI/api/)
[![CLA assistant](https://cla-assistant.io/readme/badge/MidLevel/MLAPI)](https://cla-assistant.io/MidLevel/MLAPI)


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.
Expand Down

0 comments on commit 2272e58

Please sign in to comment.