-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
6
-
Severity 3 - Minor
-
1,361
-
Issue Summary
When creating a new repository, the default suggestion for the main branch is 'main'
However, if you don't give it a name and after the repository is created the main branch name defaults to 'Master'
According to this post, we should have moved away from the 'Master' terminology
Steps to Reproduce
- Create a new repository
- Go through the normal steps (Select a workspace, give it a name, assign it to a project)
- Leave the "Default branch name" field blank
- Click Create repository
Expected Results
- The main branch should be named 'Main'
Actual Results
- The main branch is named 'Master'
Workaround
- Don't leave the "Default branch name" field blank. Give it a name
- relates to
-
COREX-6708 Failed to load
Can this get fixed as a straight up UI bug?This is a clear functional failure, but it has no owner.Ignoring localization, its a one line change and a one test fix.(I could write a patch in Swift, if you just needed psuedo-code to prove my point).UPDATE:
I just re-tested this, and it appears to behave as desired.
The last time I had created a repo (middle of last year), the problem was still occurring.