Open jameslamb opened 5 years ago
@kszela24 could you take some time in the next few weeks to lay out things you'd like to do / like help on in this project's issues backlog?
I think it's an exciting project and I want to invite people to contribute on it, but right now they won't find much to work on.
FWIW, on pkgnet we've found the "Milestones" functionality for grouping issues into higher-level bundles of features. https://github.com/UptakeOpenSource/pkgnet/milestones
pkgnet
I recently set up milestones on one of my side projects and I found that it made the future of the project a lot clearer: https://github.com/jameslamb/doppel-cli/milestones
A good place to start is usually just git grep -i 'todo', pulling out all of the TODOs in code and writing them down in issues.
git grep -i 'todo'
@kszela24 bump
@kszela24 bump bump. If next steps and issues are better defined, you may find help during Hacktoberfest this month.
@kszela24 could you take some time in the next few weeks to lay out things you'd like to do / like help on in this project's issues backlog?
I think it's an exciting project and I want to invite people to contribute on it, but right now they won't find much to work on.
FWIW, on
pkgnet
we've found the "Milestones" functionality for grouping issues into higher-level bundles of features. https://github.com/UptakeOpenSource/pkgnet/milestonesI recently set up milestones on one of my side projects and I found that it made the future of the project a lot clearer: https://github.com/jameslamb/doppel-cli/milestones
A good place to start is usually just
git grep -i 'todo'
, pulling out all of the TODOs in code and writing them down in issues.