Mercurial > evolve
comparison README @ 3766:6352dc395ebf stable
evolve: update the readme with more information about contribution
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 23 May 2018 11:18:14 +0200 |
parents | 472a67075756 |
children | 75e4c451b753 |
comparison
equal
deleted
inserted
replaced
3765:4aabc5c8b2af | 3766:6352dc395ebf |
---|---|
81 | 81 |
82 | 82 |
83 How to Contribute | 83 How to Contribute |
84 ================= | 84 ================= |
85 | 85 |
86 Discussion happens on the #hg-evolve IRC on freenode_. | |
87 | |
88 .. _freenode: https://freenode.net/ | |
89 | |
86 Bugs are to be reported on the mercurial's bug tracker (component: `evolution`_): | 90 Bugs are to be reported on the mercurial's bug tracker (component: `evolution`_): |
87 | 91 |
88 .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=--- | 92 .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=--- |
89 | 93 |
90 Please use the patchbomb extension to send email to `mercurial devel | 94 You can use the patchbomb extension to send email to `mercurial devel |
91 <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>`_. Please make | 95 <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>`_. Please make |
92 sure to use the evolve-ext flag when doing so. You can use a command like | 96 sure to use the evolve-ext flag when doing so. You can use a command like |
93 this:: | 97 this:: |
94 | 98 |
95 $ hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '<your patches>' | 99 $ hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '<your patches>' |
100 | |
101 Some of development happens on a public bitbucket repository (`evolve-devel`_) using the topic extension. | |
102 | |
103 .. _`evolve-devel`: https://bitbucket.org/octobus/evolve-devel | |
96 | 104 |
97 For guidelines on the patch description, see the `official Mercurial guideline`_. | 105 For guidelines on the patch description, see the `official Mercurial guideline`_. |
98 | 106 |
99 .. _`official Mercurial guideline`: https://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions | 107 .. _`official Mercurial guideline`: https://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions |
100 | 108 |