Changes between Version 4 and Version 5 of DevelopersGuide/PatchGuide
- Timestamp:
- 2013-03-26T21:39:55+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/PatchGuide
v4 v5 2 2 = Patch Guidelines = 3 3 4 As an open source project, JOSM is coded and maintained by volunteers in their spare time. You too are very welcome to contribute to the development. — So you have improved the JOSM code and you'd like t heshare the changes with the community? The following guidelines provide hints, how you can make the integration as smooth as possible.4 As an open source project, JOSM is coded and maintained by volunteers in their spare time. You too are very welcome to contribute to the development. — So, if you have improved the JOSM code and you'd like to share the changes with the community? The following guidelines provide hints, how you can make the integration as smooth as possible. 5 5 6 6 * Use the command {{{svn diff}}} or the tools of your IDE, to create a patch file rather than sending us complete .java files. … … 19 19 * NOTE: These two points aren't opposites! Everything related should be joined (point 1), but idea is to extract independent sub-tasks from each large job (point 2). 20 20 21 Please be patient —there can be various reasons, why your patch is not dealt with. If you don't get any reaction for two weeks, it may be a good idea to bring the topic up again and ask for a status update.21 Please be patient — there can be various reasons, why your patch is not dealt with. If you don't get any reaction for two weeks, it may be a good idea to bring the topic up again and ask for a status update.
