It is possible to contribute to documentation.
- Fork the project
- Clone the project locally
git clone git@github.com:XXX/create-my-game.git
cd create-my-game/
- Edit the documentation
It is possible to preview your changes.
You need to either install Jekyll and run the website locally, or if you use Docker and docker-compose, just do:
docker-compose up -d
Then go to http://0.0.0.0:4000.
Push your changes on your fork, then create a pull request.