datatogether / roadmap

Coordinating technical work & roadmapping additional services
8 stars 3 forks source link

Populate repositories with documentation checklist issues #56

Closed dcwalk closed 6 years ago

dcwalk commented 6 years ago

We should add the documentation checklist for task #37 to each repo before the sprint. They can reference the main issue and so that will serve to track our progress.

@titaniumbones experimented with using ghi from the commandline after cloning all org repos locally :))

titaniumbones commented 6 years ago

I can do this after dinner I think!

b5 commented 6 years ago

nice! I've PR'd all the "service" repos with this stuff, apologies for bombing everyone with review requests

dcwalk commented 6 years ago

Hey -- we were actually planning to just open an issue with this stuff, and leave the PRs as work for tomorrow lol.

@titaniumbones are you still able to generate issues tonight? Ping me before bed if not and I can do.

titaniumbones commented 6 years ago

OK, I think I did it right. for dir in *; do cd $dir ; ghi open -L doc-sprint; cd ../ ; done Still a lot of manual cut and paste (C-y C-x C-x C-x C-#) so it's possible I made an error or two.