3 | | * By default, tickets are assigned to a default component owner. If you wish to work on an assigned ticket, simply comment on the ticket to inform the person. For the most part, this is to reduce the frustration of duplicating work. |
| 3 | === Expressing your desire to work on a ticket === |
| 4 | By default, tickets are assigned to a default component owner. If you wish to work on an assigned ticket, simply comment on the ticket to inform the person. For the most part, this is to reduce the frustration of duplicating work. |
| 5 | |
| 6 | === Automatic whitespace cleanup === |
| 7 | Sometimes you'll see a commit message of "Automatic whitespace cleanup. No functional change.", for example r36509. It is preferred for new code to not introduced unneeded whitespace. Luckily, there is an option in Pe to perform this for you automatically. Here is how to enable it from within Pe. |
| 8 | * In the menu bar, select Window --> Preferences |
| 9 | * Select "Files" from the left pane |
| 10 | * enable [x] Discard trailing space |
| 11 | * click [Apply] |
| 12 | Now, when you save & close a file, any stray spaces at the end of any lines will be automatically removed. |
| 13 | |
| 14 | === Preparing to create patch file === |
12 | | * ''Lastly and most importantly'': once a developer reviews your submitted code, expect them to point out any and all flaws. This is standard procedure. |
| 26 | Be aware, that these style checker tools may generate false positives (eg, evaluating comments as coding violations) or may miss other violations. |
| 27 | |
| 28 | === Following up === |
| 29 | ''Lastly and most importantly'': once a developer reviews your submitted code, expect them to point out any and all flaws. This is standard procedure and is constructive criticism. Remember, we want to help you improve your coding abilities. |
| 30 | |
| 31 | You may want to either subscribe to or read the [http://www.freelists.org/list/haiku-commits haiku-commits] mailing list archives. It is quite common for the discussion of recently committed code to occur on this list. |
| 32 | |