From b611225e86fa9a4d3a222d54f8f678129a479176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Thu, 23 Apr 2015 23:37:07 +0800 Subject: [PATCH] Add tips for maintainers. --- contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contributing.md b/contributing.md index 3aacddd..6d5e2e5 100644 --- a/contributing.md +++ b/contributing.md @@ -1,5 +1,6 @@ # About AndroidSwipeLayout + ## How to contribute? ### Type 1. @@ -8,6 +9,8 @@ 2. Fix bug or add new features. 3. Send a pull request. +PS. for maintainers, though every maintainer has authority to push directly to master branch, while, never do this. Create a branch and then open a PR will be the best practice. + ### Type 2. Improve and perfect the [WIKI](https://github.com/daimajia/AndroidSwipeLayout/wiki).