Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Igor Pečovnik
2018-07-05 10:15:51 +02:00
committed by GitHub
parent 1670fd1944
commit f46e27f397

View File

@@ -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.