Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "CommitterWorkflow" page has been changed by MarcelKinard: https://wiki.apache.org/cordova/CommitterWorkflow?action=diff&rev1=32&rev2=33 Comment: removed square brackets from Jira reference and affected platforms in commit message The `git rebase -i` step is your chance to clean up the commit messages and to combine small commits when appropriate. For example: {{{ - Commit A: [CB-1234] Implemented RockOn feature + Commit A: CB-1234 Implemented RockOn feature - Commit B: [CB-1234] Added tests for RockOn + Commit B: CB-1234 Added tests for RockOn Commit C: Fixed RockOn not working with empty strings Commit D: Renamed RockOn to JustRock Commit E: Refactor MainFeature to make use of JustRock. @@ -130, +130 @@ * Easier to roll-back commits should the need arise * '''NEVER REBASE A COMMIT THAT HAS BEEN PUSHED''' * For all commits: - * Prefix with JIRA IDs: [CB-1234] + * Prefix with JIRA IDs: CB-1234 * For cordova-js commits: - * Prefix the message with [affected_platform] so that it's clear who should take interest in the commit + * Prefix the message with the affected_platform so that it's clear who should take interest in the commit - * e.g.: [CB-1234] [android] Improved exec bridge by using strings instead of JSON + * e.g.: CB-1234 android: Improved exec bridge by using strings instead of JSON - * e.g.: [CB-1234] [all] Fixed plugin loading paths that start with /. + * e.g.: CB-1234 all: Fixed plugin loading paths that start with /. === Step 8: Update JIRA === * An Apache bot should have already added a comment to the issue with your commit ID (based on the CB-1234 being in the commit message).
