metrumresearchgroup / mrgvalprep

Helpers for prepping inputs to mrgvalidate
https://metrumresearchgroup.github.io/mrgvalprep
Other
1 stars 0 forks source link

Add Github Issues to YAML converter #32

Closed seth127 closed 2 years ago

seth127 commented 2 years ago

Similar to #30, as we move towards keeping stories/requirements in YAML as the default, it would be nice to have converter for repos using the legacy Github Issues format (see parse_github_issues()).

I think the easiest way to do this would be to give it a vector of milestones and have it render them all in the same YAML, probably auto-assigning Story ID's.

Other related issue: #33

seth127 commented 2 years ago

You can use this for testing. It was set up to test the original parse_github_issues() functions:

You probably want to add another milestone in that repo, just so we can test passing a vector of milestones and writing out to a single YAML.