alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
808 stars 70 forks source link

Add contributing field to .DEREK.yml #87

Closed alexellis closed 6 years ago

alexellis commented 6 years ago

Expected Behaviour

We need to be able to specify a "contributing_url" field for when Derek is used across an organisation or many repos. The "redirect" flag now means many Derek files are just redirecting to another repo for rules - at least in OpenFaaS we don't need separate contributing guides.

Current Behaviour

I create a Markdown page with a link to the openfaas/faas contributing guide but sometimes forget and that's not a great experience because new developers get linked to a 404.

Possible Solution

Add field contributing_url and use that when given, otherwise use the existing behaviour.

alexellis commented 6 years ago
curators:
 - rgee0
 - alexellis

features:
 - dco_check
 - comments

contributing_url: https://github.com/alexellis/derek/blob/master/CONTRIBUTING.md