From 54d3783173bb0f6565bf26c17aff0f5a3638516c Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sun, 3 Aug 2008 10:07:20 +0200 Subject: [PATCH] Added a note on how to mark a bug as duplicate. --- src/IDF/templates/faq.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/IDF/templates/faq.html b/src/IDF/templates/faq.html index 2601dc3..680fcc8 100644 --- a/src/IDF/templates/faq.html +++ b/src/IDF/templates/faq.html @@ -3,6 +3,7 @@ {block body}

What are the keyboard shortcuts?

@@ -16,6 +17,15 @@
  • Shift+w: The issues assigned to you.
  • +

    How to mark an issue as duplicate?

    + +

    This is simple:

    +
      +
    1. Write in the comments "This is a duplicate of issue 123", change 123 with the corresponding issue number.
    2. +
    3. Change the status of the current issue to Duplicate.
    4. +
    5. Submit the changes.
    6. +
    + {/block} {block context}

    {trans 'Here we are, just to help you.'}