We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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'
The text was updated successfully, but these errors were encountered:
@kszela24 bump
Sorry, something went wrong.
@kszela24 bump bump. If next steps and issues are better defined, you may find help during Hacktoberfest this month.
kszela24
No branches or pull requests
@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.The text was updated successfully, but these errors were encountered: