Update README

This commit is contained in:
Christian Treffs 2020-08-28 10:55:54 +02:00
parent a1e621d8d9
commit 1bf4270711
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 12 additions and 5 deletions

View File

@ -233,15 +233,22 @@ See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) t
Consult the [wiki](https://github.com/fireblade-engine/ecs/wiki) for in-depth [documentation](https://github.com/fireblade-engine/ecs/wiki).
## 🏷️ Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/fireblade-engine/ecs/tags).
## 💁 How to contribute
## ✍️ Authors
If you want to contribute please see the [CONTRIBUTION GUIDE](CONTRIBUTING.md) first.
* [Christian Treffs](https://github.com/ctreffs) - *Initial work*
* [Manuel Weidmann](https://github.com/vyo)
To start your project contribution run these in your command line:
1. `git clone git@github.com:fireblade-engine/ecs.git fireblade-ecs`
2. `cd fireblade-ecs`
3. `make setupEnvironment`
Before commiting code please ensure to run:
- `make precommit`
This project is currently maintained by [Christian Treffs](https://github.com/ctreffs).
See also the list of [contributors](https://github.com/fireblade-engine/ecs/contributors) who participated in this project.
## 🔏 License