Hi Tatiana, Tatiana Sholokhova <tanja201...@gmail.com> writes:
> Hi all, > > Thank you for the congratulations! I am excited to have the web-interface > pushed into the master branch. I would like to thank you all for your great > support. Special thanks to Clément for helpful final reviews and merging > all the changes together. :-) > Now I would like to add some more features to the interface to enhance it > further. That would be great! > Am I right that now I should again organize my changes as a new > separate branch? It's worth doing a separate branch if the change is large and complicated, but I think the best is to add things little by little in a consistent way. Then you can use 'git format-patch' to generate a patch file, and send it to the mailing list. Or you can use 'git send-email'. Don't hesitate to ask help about those commands. Most people send patches to the patch mailing list (guix-patc...@gnu.org) because it's easier to keep track of them (there is an interface: https://debbugs.gnu.org/db/pa/lguix-patches.html), but in the end, it doesn't really matter :-) so do as you wish. Clément