| 4 | |
| 5 | == Merging to trunk policy == |
| 6 | |
| 7 | * single window GUI should be `g.gui.*` module placed in addons |
| 8 | * Q: Is this now technicaly possible? |
| 9 | * duplicated code cannot be committed into trunk |
| 10 | * code in addons which duplicates code in trunk is tolerated as a temporal solution |
| 11 | * code which has to be changed in the trunk should be changed by a self-contained patches |
| 12 | * changed means refactored in this case |
| 13 | * it is critical that new code will work with the old GUI and the `g.gui.*` module in addons (this demonstrates also good code quality) |
| 14 | * only finished single window GUI which will not cause any code duplication can be committed into trunk |