The main issue I had with milestones is that you could not rename them. Have they fixed that one too?
Yes you can rename milestones.
GitHub: Reorder issues in a milestone
31–33 of 33 posts
Re: GitHub: Reorder issues in a milestone
#32Unrelated feature request (because I bet people from GitHub are reading this thread): I'd love to be able to create gists under an organization account rather than attached to my personal profile (and hence only visible to members of that organization).
Re: GitHub: Reorder issues in a milestone
#33Earlier quoted context omitted.
Although I'm not OP, I use Phabricator ( https://www.phacility.com/phabricator/ ) at work and I absolutely love it. It's much better than Github for our use case, as it has subtasks, task merging, priorities, Kanban workboards etc. Tasks can block another task (for instance, the "Implement OAuth2" task can block the "Build a private API" task). You can flag objects for later and set specific privacy rules for every t…
GitHub does sort of have subtasks. If you use checkboxes like so: - [x] The root url displays a page - [ ] Users can sign up, sign in, register GitHub will display the progress on the issue (when you're looking at the list of issues) as 1 of 2.