RichardLitt / generator-standard-readme

Scaffold out a Standard Readme
MIT License
202 stars 48 forks source link

Include a captain section #14

Closed hsanjuan closed 7 years ago

hsanjuan commented 7 years ago

It would be something like

Captain

This project is currently captained by @userxyzabc. For information about current state and goals, see the captain log.

RichardLitt commented 7 years ago

I think this should be in the Maintainers section. I have been doing this:

## Maintainers

Captain: @hsanjuan. 

Listing the information about what a captain is is something we can do. But I don't think that every README should have a Captain, so I don't think this is a good section. It also privileges Captains over other maintainers. The linter I've been using for IPFS repos checks for a captain the maintainer section; that should solve your need here.

hsanjuan commented 7 years ago

Ah, sorry, i didnt realize there was a maintainers section already!

RichardLitt commented 7 years ago

It should be there, actually. Opened a PR.

RichardLitt commented 7 years ago

Fixed. Updated.