Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 754 Bytes

Contributing to documentation

It is possible to contribute to documentation.

Install the documentation locally

  • Fork the project
  • Clone the project locally
git clone git@github.com:XXX/create-my-game.git
cd create-my-game/
  • Edit the documentation

Previewing your changes

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.

Submit your changes

Push your changes on your fork, then create a pull request.