mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
This commit is contained in:
parent
39356f4238
commit
ba314a7a36
8 changed files with 353 additions and 12 deletions
|
@ -96,6 +96,7 @@ type RepoSettingForm struct {
|
|||
EnableIssues bool
|
||||
EnableExternalTracker bool
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue