94 | | * Try to use in-line replies where possible. |
95 | | * Try and add your response **below** the previous one (Google will automatically collapse all the previous responses) |
| 95 | Realise that not all users use gmail, and include sufficient context to make sure that the user does not have to waste his time searching the archives to find out what you are talking about. This means quoting enough of the mail you are replying to make your reply understandable and replying under the quoted matter. Example: |
| 96 | |
| 97 | Question |
| 98 | {{{ |
| 99 | The following code does not work. |
| 100 | |
| 101 | (code here) |
| 102 | (error here) |
| 103 | }}} |
| 104 | two answers |
| 105 | {{{ |
| 106 | > The following code does not work. |
| 107 | > |
| 108 | > (code here) |
| 109 | > (error here) |
| 110 | |
| 111 | you have left out a comma in line 7 |
| 112 | }}} |
| 113 | {{{ |
| 114 | > The following code does not work. |
| 115 | > |
| 116 | > (code here) |
| 117 | > (error here) |
| 118 | |
| 119 | correct the typo in line 3 |
| 120 | }}} |
| 121 | The wrong way to reply |
| 122 | {{{ |
| 123 | I tried, but it is still giving the same error. |
| 124 | }}} |
| 125 | who are you replying to? |
| 126 | |
| 127 | the right way |
| 128 | {{{ |
| 129 | > > The following code does not work. |
| 130 | > > |
| 131 | > > (code here) |
| 132 | > > (error here) |
| 133 | > |
| 134 | > you have left out a comma in line 7 |
| 135 | |
| 136 | I tried, but it is still giving the same error. |
| 137 | }}} |