View update

This commit is contained in:
Mark Chao 2018-05-22 18:16:28 +08:00
parent d5a303cf4d
commit dc28ef0154
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
- else
%p
Members can be added by project
%i Masters
%i Maintainers
or
%i Owners
.light

View file

@ -12,8 +12,8 @@
%p
By default, protected branches are designed to:
%ul
%li prevent their creation, if not already created, from everybody except Masters
%li prevent pushes from everybody except Masters
%li prevent their creation, if not already created, from everybody except Maintainers
%li prevent pushes from everybody except Maintainers
%li prevent <strong>anyone</strong> from force pushing to the branch
%li prevent <strong>anyone</strong> from deleting the branch
%p Read more about #{link_to "protected branches", help_page_path("user/project/protected_branches")} and #{link_to "project permissions", help_page_path("user/permissions")}.

View file

@ -12,7 +12,7 @@
%p
By default, protected tags are designed to:
%ul
%li Prevent tag creation by everybody except Masters
%li Prevent tag creation by everybody except Maintainers
%li Prevent <strong>anyone</strong> from updating the tag
%li Prevent <strong>anyone</strong> from deleting the tag