From 4cb983d24b293ff6239c19a438e89ca3942016ed Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 13 Feb 2018 00:10:14 +0100 Subject: [PATCH] README: Add note about branches --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0c042548..9499464fa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ They are meant to be parsed with the [Sphinx](http://sphinx-doc.org/) documentat ## Contributing changes +**Pull Requests should use the `master` branch by default. Only make Pull Requests against other branches (e.g. `2.1` or `3.0`) if your changes only apply to that specific version of Godot.** + Though arguably less convenient to edit than a wiki, this git repository is meant to receive pull requests to always improve the documentation, add new pages, etc. Having direct access to the source files in a revision control system is a big plus to ensure the quality of our documentation. ### Editing existing pages