product-os / landr

Repository + Landr = Website
https://getlandr.io
Apache License 2.0
3 stars 0 forks source link

Render alert on contributing guide mentioning CODEOWNERS #179

Closed jviotti closed 5 years ago

jviotti commented 5 years ago

Add an alert at the bottom of the contributing doc saying something like: "if you need any help, please ping @, @, or @", where the users are the handles on CODEOWNERS, which we already parse in meta.json.

dimitrisnl commented 5 years ago

We don't parse codeowners just yet, can you please remind me how to update meta.json?

jviotti commented 5 years ago

@dimitrisnl You can update https://github.com/balena-io/landr/blob/master/scripts/scrutinizer-stub.js and then run node scripts/scrutinizer-stub.js > meta.json

jviotti commented 5 years ago

@dimitrisnl Looks like we already do this: https://github.com/balena-io/landr/blob/master/scripts/scrutinizer-stub.js#L155

dimitrisnl commented 5 years ago

Ah great, it was under maintainers