From f46e27f397ba06e0189022ec9d3bcb7ca7e69e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 5 Jul 2018 10:15:51 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b984efb62c58..4beed167d109 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Please use the "Preview" tab above to view this message if you are seeing this i Please make sure that: - - pull request is opened to the `development` branch + - pull request is opened to the `master` branch unless you are working on a specfic feature which is developed in a separate branch - any changes to kernel configuration files were made by Kconfig menu (build script option `KERNEL_CONFIGURE=yes`) and not by editing configuration files by hand, - patch file names don't contain spaces and have less than 40 characters (not counting the `.patch` extension), - changes are properly described - what was done exactly and why.