-
Notifications
You must be signed in to change notification settings - Fork 96
[Generating Roadmaps] Evaluating the labels-and-milestones approach #257
Comments
Here's what I had to do to set this up for go-ipfs:
Likewise for js-ipfs:
I'm not convinced that we want to store these config files within each project. I just set it up to imitate what @haadcode did in https://github.com/haadcode/orbit/tree/master/tools/roadmap-generator. Also it seems odd to make one-off package.json files and README.md files like these, but at this point I just wanted to make everything consistent with https://github.com/haadcode/orbit/tree/master/tools/roadmap-generator and wanted to make sure it's all documented so people can use it while I'm on vacation. |
Feature request: When a milestone is "done" it would be awesome to be able to "close all of those milestones across repos. Right now it has to be manual |
@diasdavid to close a milestone across all the projects you just need to set the status to "closed" on that milestone and re-run the sync tool. Example here: https://github.com/ipfs/js-ipfs/pull/595/files#diff-bf8248917bae166dcc53714cf525dddcR31 |
@flyingzumwalt good to drop this one? |
The Need
We want a graceful way to
If our projects only spanned one repository or if Github Milestones were multi-repo, we would use Github Milestones to represent our milestones and generate our roadmaps using haadcode/roadmap-generator.
The Complicating Factors
The Solution we're Testing
(bonus) We can tweak the roadmap generator to include links into the waffle board that let you view the board filtered per-milestone. For example: All Issues related to the go-ipfs 0.4.5 milestone
(bonus) We could use the same config files to generate Captain's Logs like ipld/specs#13, which was the intention of https://github.com/nicola/captain-log
Open Questions
Notes
Currently the best list of relevant repositories for each project is in the "sources" list of the project's waffle board. See js-ipfs and go-ipfs
The text was updated successfully, but these errors were encountered: