ADDED misc/create_a_git_patch_for_LO.txt Index: misc/create_a_git_patch_for_LO.txt ================================================================== --- misc/create_a_git_patch_for_LO.txt +++ misc/create_a_git_patch_for_LO.txt @@ -0,0 +1,14 @@ +# Create a patch for LibreOffice + +1. Type: + + git clone git://anongit.freedesktop.org/libreoffice/dictionaries + +2. Make changes. + +3. Type: + + git commit -a + git format-patch HEAD~1 + +4. Send the patch on Bugzilla: https://bugs.documentfoundation.org/