From 5597174923c62c9fe1a849fc87f4d1f68594984b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 22 Jul 2015 18:14:55 +0200 Subject: [PATCH] Mention which branch to use for patches/PRs Even if it's set as the default branch on github, it's probably better to mention that explicitly. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0d9b614b4..90cec1490 100644 --- a/README.rst +++ b/README.rst @@ -150,7 +150,8 @@ Process `start a discussion `_ around a feature idea or a bug. #. Fork the `mbed TLS repository on Github `_ - to start making your changes. + to start making your changes. As a general rule, you should use the + "development" branch as a basis. #. Write a test which shows that the bug was fixed or that the feature works as expected. #. Send a pull request and bug us until it gets merged and published. We will