domtronn / magit-gh-issues.el

A small plugin for Magit which allows users to see, open, comment and label GitHub issues.
GNU General Public License v2.0
5 stars 1 forks source link

Ability to Create & Close Milestones #47

Open domtronn opened 9 years ago

domtronn commented 9 years ago

This should be almost identical to the issues functionality and should be very simple to implement, the only differentiating factor is the API call that is made.

However, Milestones can also be created with Due Dates, and issues assigned to them inherit these deadlines. I'd be keen to keep the magit integration as clean and simple as possible so I am not going to add support for due dates.

domtronn commented 9 years ago

Although, there's no reason that the due date can't be added into the body of the MileStone so that the user can see it when it's expanded... I have thought about this and raise an issue (See #48) to investigate potential solutions to this.

However, it is not part of the main Milestone integration work, it would become an improvement in that case.