[D-runtime] Bugzilla and Github

Brad Roberts braddr at puremagic.com
Fri Jan 20 19:26:43 PST 2012


On 1/20/2012 6:48 PM, Walter Bright wrote:
> Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes
> get pushed. This makes things easier and more consistent.
> 
> Just be sure and use "Issue nnnn" somewhere in the commit message when checking in a fix for bugzilla nnnn.
> 
> Use "Issue nnnn,mmmm,oooo" etc., when fixing multiple issues with one commit.

If your pull request is sufficient for the issue to be marked closed (most are), then make that Fixes Issue x,y,z.  Or
more specifically, matches this regex:

  /((close|fix|address)e?(s|d)? )?(ticket|bug|tracker item|issue)s?:? *([\d ,\+&#and]+)/i

Later,
Brad


More information about the D-runtime mailing list