Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 650 Bytes

Contributing

Please read the following document.

Jsonnet

Our Renovate Config Presets (*.json) are generated from jsonnet/*.jsonnet by google/go-jsonnet. About Jsonnet, please see the official document.

  1. Please install google/go-jsonnet by aqua.
aqua i -l
  1. Please edit jsonnet/*.jsonnet and run scripts/generate.sh.
bash scripts/generate.sh

Why Jsonnet?

To improve the maintenability by making the configuration DRY. Jsonnet supports code comment while JSON doesn't.