# HG changeset patch # User Anton Shestakov # Date 1594950627 -28800 # Node ID f287f6b082f828961fdfb3ad7560ede92ea836ed # Parent 5a7a5de347b5345050e4c6a47dfc7600bb85b4ed readme: improve wording in the contributing section diff -r 5a7a5de347b5 -r f287f6b082f8 README.rst --- a/README.rst Fri Jul 17 09:43:37 2020 +0800 +++ b/README.rst Fri Jul 17 09:50:27 2020 +0800 @@ -126,9 +126,9 @@ .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=--- -The recommended way is to create Merge Request on +The recommended way to submit a patch is to create a Merge Request on https://foss.heptapod.net/mercurial/evolve. To do so, create an account and -request access. You'll then be able to create topic based merge request. +request access. You'll then be able to create a topic-based merge request. Alternatively, you can use the patchbomb extension to send email to `mercurial devel `_. @@ -161,8 +161,8 @@ Branch policy ------------- -The evolve tests are highly impacted by changes in core. To deal with this, we -use named branches. +The evolve tests are highly impacted by changes in core Mercurial. To deal with +this, we use named branches. There are two main branches: "stable" and "default". Tests on these branches are supposed to pass with the corresponding "default" and "stable" branch from