From f914b728ff557e1b342f3803b559dd73a5afd4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 9 Feb 2017 13:27:22 -0300 Subject: [PATCH] add note for pull request about update develop branch --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index acecd6f9..1462d111 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,13 @@ > Please send your pull requests the develop branch. > Don't forget to add the change to CHANGELOG.md. +**Note**: Sometimes the development moves very fast. It is highly +recommended that you update your branch of `develop` before creating a +pull request to send us your changes. This makes everyone's lives +easier (including yours) and helps us out on the development team. +Thanks! + + * Does the pull request solve a **related** issue? * If so, can you reference the issue? * What does the pull request accomplish? Use a list if needed.