https://bugs.freedesktop.org/show_bug.cgi?id=72871

--- Comment #8 from Maxim Monastirsky <[email protected]> ---
(In reply to Bamm Gabriana from comment #7)
> it seems I need to download the source first
Right, but you should do it using git, so you'll get a local copy of the source
repo:

$ git clone git://anongit.freedesktop.org/libreoffice/core libreoffice

> run diff, and submit the patch
No. You should commit the changes to your local git repo, and then push them to
gerrit using:

$ ./logerrit submit master (where "master" is the branch you're pushing to.)

Then your commit will be added to the review queue, so someone could review it
and accept or post comments etc. You can see the current commits pending for
review at the web interface - gerrit.libreoffice.org. You can find more
information at the wiki.

And just to make things clear: I can't guarantee that it will be accepted into
LO, the best I can do is to show you the right way of submitting it.

(And BTW if you'll have any trouble with parts of the commit other than adding
the actual icons, or any other questions, just drop me a note.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to