Updated readme, Roles in progress
This commit is contained in:
parent
37224dc9c1
commit
dac7c44ab3
15 changed files with 165 additions and 67 deletions
27
app/views/help/permissions.html.haml
Normal file
27
app/views/help/permissions.html.haml
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue