BenGitsCode / today-i-learned

Easily digestible snippets of things learned in development, life and love (mostly development)
Other
3 stars 3 forks source link

Create a draft of standardized format for contribute.md #1

Closed BenGitsCode closed 7 years ago

BenGitsCode commented 7 years ago

standards make everything better. I'd like the format to be pretty open, but a good starting place would be helpful.

MicFin commented 7 years ago

Something like this might be a good starting point to take some snippets from and use as standards. https://github.com/RichardLitt/standard-readme/blob/master/spec.md#sections

BenGitsCode commented 7 years ago

@MicFin I have a draft using pieces of Richard Litt's standard-readme (used it for the readme as well) as well as some snippets from the massive and awesome CONTRIBUTING.md for Atom

I'll push what I have so far, and polish it up soon.

BenGitsCode commented 7 years ago

Rough draft here https://github.com/BenGitsCode/today-i-learned/blob/master/CONTRIBUTE.md It's usable now but still needs work.