From ab17ffc56cf9f4963f536623239dab9814df34fc Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Tue, 13 Jan 2015 11:35:31 -0800 Subject: [PATCH] extension for how to make PR and commit format --- src/xdocs/contributing.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/xdocs/contributing.xml b/src/xdocs/contributing.xml index 7170aced9..6ffdf5b3a 100644 --- a/src/xdocs/contributing.xml +++ b/src/xdocs/contributing.xml @@ -108,6 +108,13 @@ feature of Github.
Please provide wide description of update with detailed explanation of problem and how you propose to resolve it. + ATTENTION: Please recheck that in your Pull Request there is ONLY your changes and all of them are rebased from most recent HEAD of our master branch. +

+ +

+ ATTENTION: Please provide meaningfull message for commit with reference to github issue or Pull Request for more details.
+ Ideal format for message is "Brief message ..... , issue(or pull request) #NUMBER". + Good example