2008-08-02 19:58:00 +00:00
|
|
|
{extends "base-simple.html"}
|
|
|
|
{block docclass}yui-t1{/block}
|
|
|
|
{block body}
|
|
|
|
<ul>
|
|
|
|
<li><a href="#q-keyboard">What are the keyboard shortcuts?</a></li>
|
2008-08-03 08:07:20 +00:00
|
|
|
<li><a href="#q-duplicate">How to mark an issue as duplicate?</a></li>
|
2008-08-02 19:58:00 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2 id="q-keyboard">What are the keyboard shortcuts?</h2>
|
|
|
|
|
|
|
|
<p>If you are in a project, you have the following shortcuts:</p>
|
|
|
|
|
|
|
|
<ul>
|
2008-08-05 10:07:04 +00:00
|
|
|
<li><kbd>Shift+h</kbd>: Project home.</li>
|
|
|
|
<li><kbd>Shift+d</kbd>: Downloads.</li>
|
|
|
|
<li><kbd>Shift+s</kbd>: Source.</li>
|
2008-08-02 19:58:00 +00:00
|
|
|
<li><kbd>Shift+a</kbd>: Create a new issue.</li>
|
2008-08-05 10:07:04 +00:00
|
|
|
<li><kbd>Shift+i</kbd>: List of recently submitted issues.</li>
|
2008-08-02 19:58:00 +00:00
|
|
|
<li><kbd>Shift+m</kbd>: The issues you submitted.</li>
|
|
|
|
<li><kbd>Shift+w</kbd>: The issues assigned to you.</li>
|
|
|
|
</ul>
|
|
|
|
|
2008-08-03 08:07:20 +00:00
|
|
|
<h2 id="q-duplicate">How to mark an issue as duplicate?</h2>
|
|
|
|
|
|
|
|
<p>This is simple:</p>
|
|
|
|
<ol>
|
|
|
|
<li>Write in the comments "This is a duplicate of issue 123", change 123 with the corresponding issue number.</li>
|
|
|
|
<li>Change the status of the current issue to <em>Duplicate</em>.</li>
|
|
|
|
<li>Submit the changes.</li>
|
|
|
|
</ol>
|
|
|
|
|
2008-08-02 19:58:00 +00:00
|
|
|
{/block}
|
|
|
|
{block context}
|
|
|
|
<p>{trans 'Here we are, just to help you.'}</p>
|
|
|
|
{/block}
|