From 19339c52399aabcf749265146b9dcc1ca8eba7ce Mon Sep 17 00:00:00 2001 From: Jinhao Date: Fri, 13 Mar 2015 14:39:57 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3546c151..c9676580 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Nana is licensed under the [Boost Software License]. The best way to get help with Nana library is by visiting http://nanapro.org/help.htm +## Sending a Pull Request ? + +This project is encourage you to contribute it through sending a pull request! There is a simple rule, please don't directly commit your contributions to the master branch. According to your commits, please choose the hotfixes branch or the develop branch. Thank you! + ## Introduction to the Repository There are two main branches with an infinite lifetime: From 02facbd4cc8618f4a99d42e82c58b2892502d59f Mon Sep 17 00:00:00 2001 From: Jinhao Date: Fri, 13 Mar 2015 14:41:45 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9676580..8b85b0c2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The best way to get help with Nana library is by visiting http://nanapro.org/hel ## Sending a Pull Request ? -This project is encourage you to contribute it through sending a pull request! There is a simple rule, please don't directly commit your contributions to the master branch. According to your commits, please choose the hotfixes branch or the develop branch. Thank you! +This project is encourage you to contribute it through sending a pull request! There is a simple rule, please **don't** directly commit your contributions to the **master** branch. According to your commits, please choose the **hotfixes** branch or the **develop** branch. Thank you! ## Introduction to the Repository