264
edits
XFallenAngel (talk | contribs) No edit summary |
XFallenAngel (talk | contribs) |
||
| Line 161: | Line 161: | ||
=Creating a Patch= | =Creating a Patch= | ||
''General documentation [http://developer.mozilla.org/en/docs/Creating_a_patch here]''. | ''General documentation [http://developer.mozilla.org/en/docs/Creating_a_patch here]''. | ||
After you have changed everything you wanted to, you should take a look at the [[Calendar:Style_Guide|Style Guide]], to make sure your code follow the calendar style guidelines we use. | After you have changed everything you wanted to, you should take a look at the [[Calendar:Style_Guide|Style Guide]], to make sure your code follow the calendar style guidelines we use. | ||
Next, you need to create the patch. The following command can be used to create a patch of all | Next, you need to create the patch. The following command can be used to create a patch of all ''changed'' files. Additional commands are needed if you added new files. If possible, you should always do the diff inside the <code>$MOZILLA/calendar</code> directory, so its easy to apply the patch. | ||
<pre> | <pre> | ||
edits