mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
init with all enabled
This commit is contained in:
@@ -829,6 +829,9 @@ func CreateRepository(u *User, opts CreateRepoOptions) (_ *Repository, err error
|
||||
LowerName: strings.ToLower(opts.Name),
|
||||
Description: opts.Description,
|
||||
IsPrivate: opts.IsPrivate,
|
||||
EnableWiki: true,
|
||||
EnableIssues: true,
|
||||
EnablePulls: true,
|
||||
}
|
||||
|
||||
sess := x.NewSession()
|
||||
|
Reference in New Issue
Block a user