My side project is beginning to attract interest from a few people who would like to hop on board. At this point I am just doing what feels familiar and sensible, but the project manager perspective is new to me. Are there any sort of articles/books/podcasts/etc that could clue me into how to become better at it?
westurner|8 years ago
"Ask HN: How do you, as a developer, set measurable and actionable goals?" https://westurner.github.io/hnlog/#story-15119635
- Burndown Chart, User Stories
... GitHub and GitLab have milestones and reorderable issue boards. I still like https://waffle.io for complexity points; though you can also just create labels for e.g. complexity (Complexity-5) and priority (Priority-5).
dodgyb|8 years ago
https://opensource.guide/ is full of tips on how to run OSS projects
Managing remote teams is almost a separate discipline unto itself, there's some useful tools and tips here: https://blog.toggl.com/managing-remote-teams/
mtmail|8 years ago