Changes between Version 2 and Version 3 of WhichBranchShouldICommitChangesTo

Show
Ignore:
Author:
mickecarlsson (IP: 81.227.48.213)
Timestamp:
10/07/10 01:13:29 (3 years ago)
Comment:

Fixed spelling errors

Legend:

Unmodified
Added
Removed
Modified
  • WhichBranchShouldICommitChangesTo

    v2 v3  
    11*** THIS IS STILL WORK IN PROGRESS *** 
    22 
    3 '''Current Released Version:''' 2.1 
     3'''Current Released Version:''' 2.8 
    44 
    55=== Overview === 
    66 
    7 Once the HEAD code is 'Released' it's nessassary to continue development on the next version, however it's also possible that we will need to do a 'bug fix' release for the current released version. 
     7Once the HEAD code is 'Released' it's necessary to continue development on the next version, however it's also possible that we will need to do a 'bug fix' release for the current released version. 
    88 
    9 Therefore, once a release is done, the relevent 'branch' is also created.  This allows changes to be made to the current version seperate from the HEAD code. 
     9Therefore, once a release is done, the relevant 'branch' is also created.  This allows changes to be made to the current version separate from the HEAD code. 
    1010 
    11 Minor changes, that could become part of the a 'bug fix' release should, therefore, be commited to the HEAD branch as well as the current version's branch. 
     11Minor changes, that could become part of the a 'bug fix' release should, therefore, be committed to the HEAD branch as well as the current version's branch. 
    1212 
    1313=== What is considered a 'bug fix' === 
    1515Any minor changes, that do not change the fundamental logic, is a bug fix.  E.g. a minor word change within a dial plan is a bug fix.  Any additional lines entered to the dial plan, or deletion, or NOT a bug fix as would require testing on several production system before considered correct. 
    1616 
    17 === How to do I setup my development enviroment to commit to both? === 
     17=== How to do I setup my development environment to commit to both? === 
    1818 
    1919=== How do I commit to both branches ? ===