Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 642 Bytes

File metadata and controls

18 lines (11 loc) · 642 Bytes

Development Guide

Changing the README.md

Our README.md is generated. Manual modifications in the README.md file will be overwritten.

If you want to change the README.md file, please make your changes to assets/README.template.

Extending the yml format in /games

If you aim to modify (add, change, or remove) a YAML property in the /games/*.yml, please ensure that you make this change in all .yml files.

Our tooling in /app also needs adjustment. Mainly in

  • /app/cmd/types.go: Adjusting the type structure
  • app/cmd/convertYamlToJson.go -> mergeGameInformation: Adjusting the YAML to JSON merge logic