|
HowtoContribute
How to submit your contributions.
All contributions need to be licensed under the GNU General Public License, version 3 If the contributor has a significant amount of code, he can add himself to the COPYRIGHT file. Testing/Bugtracking
Code ReviewFor reviewing patch, we use Rietveld. See the Help
How to fix an issue using mercurialMercurial SetupTo reflect a certain username in changesets put it into your Mercurial configuration. [ui] username = User Name <mail@some.where.org> Mercurial Usage
hg pull hg update
For well formed and informative comments please have a look at Writing good changeset commentshg commit -m "Fix ... for issue12354"
hg log We don't accept modifications that come from other named branches than "default" How to submit your patches/contributionsReassign the issue to nobody ( - no selection - ) to let maintainers handle it and put one of those solutions on it:
hg export [-o OUTFILESPEC] REV see http://www.selenic.com/mercurial/wiki/index.cgi/Export
hg bundle FILE see http://www.selenic.com/mercurial/wiki/index.cgi/Bundle
see http://www.selenic.com/mercurial/wiki/index.cgi/CommunicatingChanges A good free hoster for open-source mercurial repositories is intuxication: see HowToContributeUsingIntuxication
see http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen |
► Sign in to add a comment