SubversionPolicy » History » Version 1
Version 1/7
-
Next ยป -
Current version
Anonymous, 07/05/2007 11:57 PM
= Subversion Policy =
When '''committing''' your code to the SVN repository, '''comment''' your action you are going to perform using the following '''abbreviations''':
||'''Abbreviation''' ||'''Type of Action''' ||'''Description'''
||b ||Bugfix ||New code corrects a bug/defect
||e ||Enhancement ||New code improves an existing feature
||f ||Feature ||New code implements a new feature
||a ||Administration ||Perform an administrative task, e.g. renaming files/directories
||c ||Change ||Perform a general change, which does not fall in any other category
Please consult the [http://TicktingPolicy Ticketing Policy] on how to handle '''tickets''' correctly.
It describes how to '''refer''' to and even '''close''' existing tickets.