Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
submission report
Commit Description:
submission report
.announcementbox
%span { :class => 'title' }
How to submit clarification requests
.announcement
%p
:markdown
The clarification requests should be phrased as yes/no questions.
The answers will be one of the following:
(1) **YES**,
(2) <b>NO</b>,
(3) **ANSWERED IN TASK DESCRIPTION (EXPLICITLY OR IMPLICITLY)**,
(4) **INVALID QUESTION**, and
(5) **NO COMMENT**.
= form_for 'message' , :url => { :action => 'create' } do | f |
%p
%b New clarification request
= submit_tag "Post"
%br /
= f . text_area :body , :rows => 5 , :cols => 100
%hr /
= render :partial => 'message' , :collection => @messages , :locals => { :reply => false }
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings