| 5 | |
| 6 | == 5-for-1 == |
| 7 | |
| 8 | Like any project, if you show willingness to help and contribute then others are more likely to help you in the future. |
| 9 | |
| 10 | Although it is not officially advertised, most of the core developers will participate in the 5-for-1 scheme. In a nutshell, if you spend time doing triage on 5 other tickets, you can request a core developer to look at any ticket of your choice. |
| 11 | |
| 12 | The following guidelines apply; |
| 13 | |
| 14 | * For every 1 hour you put in, you will get back roughly 3-5 minutes. |
| 15 | |
| 16 | * The core developer won't necessarily offer a fix, but will give the ticket their full attention and generally give a more detailed response |
| 17 | |
| 18 | * Typically speaking, a minimum of 30 minutes is a good guideline on how much time to spend in triage. |
| 19 | |
| 20 | * If you spend 60+ minutes in triage on a single ticket, you can do a 1-for-1 request, but make sure you explain this in your mailing list request (as shown below) |
| 21 | |
| 22 | Send your request to the list in a clear and concise manner, outlining what triage you did, what action was taken on each, and what ticket you would like in return, for example; |
| 23 | |
| 24 | {{{ |
| 25 | Subject: 5-for-1 request |
| 26 | |
| 27 | I have spent approx 1 hour doing triage on the following tickets; |
| 28 | |
| 29 | * https://code.djangoproject.com/ticket/xxxx - requested further info |
| 30 | * https://code.djangoproject.com/ticket/xxxx - added comments, needs review from core dev |
| 31 | * etc etc |
| 32 | |
| 33 | In return, could a core developer please look at the following ticket; |
| 34 | |
| 35 | https://code.djangoproject.com/ticket/xxx |
| 36 | }}} |
| 37 | |