-
-
- All repositories are publicly accessible.
-
-
+{{ define "name" }}
+
+
+
+
+
+ {{ template "user/fragments/picHandle" .LoggedInUser.Did }}
-
+
+
+ Choose a unique, descriptive name for your repository. Use letters, numbers, and hyphens.
+
+
+{{ end }}
-
-
+{{ define "description" }}
+
+
+
+
+
+ Optional. A short description to help others understand what your project does.
+
+
+{{ end }}
+
+{{ define "defaultBranch" }}
+
+
+
+
+
+ The primary branch where development happens. Common choices are "main" or "master".
+
+
+{{ end }}
+
+{{ define "knot" }}
+
+
+
+
+ {{ range .Knots }}
+
+
+
+
+ {{ else }}
+
no knots available.
+ {{ end }}
+
+
+ A knot hosts repository data and handles Git operations.
+ You can also register your own knot.
+
+
+{{ end }}
+
+{{ define "numberCircle" }}
+
+ {{.}}
+
{{ end }}