summaryrefslogtreecommitdiff
path: root/app/views/help/permissions.html.haml
blob: 1e54a91dcd2e3880fde0c4ec14fee337e44960d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%h3 Permissions
%hr

%h4 Reporter
%ul
  %li Pull project code
  %li Create new issue
  %li Create new merge request
  %li Write on project wall


%h4 Developer
%ul
  %li Pull project code
  %li Create new branches
  %li Push to non-protected branches
  %li Remove non-protected branches
  %li Add tags
  %li Create new issue
  %li Create new merge request
  %li Write on project wall

%h4 Master
%ul
  %li Full repository access
  %li Full project access
  %li Add new team members