Calligra/Contributing a Patch: Difference between revisions
< Calligra
Line 8: | Line 8: | ||
In order to create a patch with git: | In order to create a patch with git: | ||
* in your branch: git diff master | * in your branch: git diff master > filename | ||
* from master: git diff branchname | * from master: git diff branchname > filename | ||
== Submit it to review board == | == Submit it to review board == |
Revision as of 08:15, 23 May 2011
This page describes how one can send a contributed patch for discussion to the Calligra developers.
Quick Links:
Create a patch
In order to create a patch with git:
- in your branch: git diff master > filename
- from master: git diff branchname > filename
Submit it to review board
If you are new to Calligra development you should almost submit almost always your patch to Calligra on KDE's review board. But some code need to be reviewed even if it is created by long time core developers. If you are unsure check out the rules of the review board.
- Log in to the review board. It is using the KDE identity
- Click on "New Review Request"
- In Repository, choose calligra
- In Diff select the patch you want to upload
- Optionnaly in parent, give a patch that needs to be applied before yours
- After clicking on "Create a review request" you will have to add "calligra" in the list of group and a description
- Don't forget to press "publish" at the top of the page
For previous requests, see also the old KOffice SVN reviewboard page.