mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-23 09:48:14 +00:00
This changes the instance system structure so that all the plugin-specific configs are organized under `config/plugins/$OWNER/$NAME` instead of `config/$OWNER/$NAME`. I think this is a somewhat clearer structure; since `config/` will hold other files (e.g. `weights.json` or `params.json`), I think it's cleaner if everything plugin-specific is under it's own clearly scoped folder. This avoids potential confusion if we ever have plugins with very generic-named organizations, e.g. "config". Test plan: The test instance has been updated, and the sharness test loading still works.