Select the directory option from the above "Directory" header!

Menu
GitHub responds to developer demands with new features

GitHub responds to developer demands with new features

GitHub has served up what it promises to be the first of many improvements to address long-unaddressed user feature requests

Comments

Weeks ago, developers took to GitHub to voice their dismay at the way the code hosting platform was ignoring long-standing feature requests.

GitHub responded with a formal apology and a promise to do better. Yesterday, it rolled out the ability to create templates for GitHub issues and pull requests -- "the first of many improvements" to address those complaints, it says.

With GitHub issues, the method for filing bug reports or feature requests on a project, users can't specify what format either of those things must take. On other platforms, such as Jira, a bug report can be customized so that fields like "steps to reproduce" or "expected behavior" are mandatory.

The current solution involves placing a text file named ISSUE_TEMPLATE in the repository. The contents of that template file are automatically included in the form field used to submit an issue, and can contain anything -- instructions on submitting an issue, a checklist for the submitter to follow, and so on.

Pull requests, too, can use a template file named PULL_REQUEST_TEMPLATE in the same manner.

Unfortunately, this approach doesn't actually enforce the mandatory submission of any particular piece of information, in the manner of Jira. (Custom fields for issues was one of the feature requests.) The data submitted is still just freeform text, although a third-party application or bot could theoretically perform further automated screening on the data.

GitHub has yet to provide a formal voting process for issues, which is another heavily requested feature. Traditionally, GitHub users have voted for or against a given issue, such as a feature request, by posting "+1" in the issue comments. This approach doesn't scale well, since a heavily trafficked project can accumulate hundreds of such "+1s", drowning out any other useful comments along the way.


Follow Us

Join the newsletter!

Or

Sign up to gain exclusive access to email subscriptions, event invitations, competitions, giveaways, and much more.

Membership is free, and your security and privacy remain protected. View our privacy policy before signing up.

Error: Please check your email address.
Show Comments