From ba314a7a36eafc6412544515ebcde58479400e41 Mon Sep 17 00:00:00 2001 From: Cosmin Stroe Date: Fri, 22 Apr 2016 17:28:08 -0500 Subject: Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) --- modules/auth/repo_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/repo_form.go') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 333f468a..aa74ab3b 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -96,6 +96,7 @@ type RepoSettingForm struct { EnableIssues bool EnableExternalTracker bool TrackerURLFormat string + TrackerIssueStyle string EnablePulls bool } -- cgit v1.2.3