Repository: incubator-livy-website
Updated Branches:
  refs/heads/master b6751bb55 -> 7eed236cc


[MINOR] Updated Contribution Section to include PR Naming Practices

Practices copied from Bahir Contributing page and match Spark practices

Author: Alex Bozarth <ajboz...@us.ibm.com>

Closes #2 from ajbozarth/naming.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/7eed236c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/7eed236c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/7eed236c

Branch: refs/heads/master
Commit: 7eed236cca94acc813d5cda04a5c1b79b701f2c3
Parents: b6751bb
Author: Alex Bozarth <ajboz...@us.ibm.com>
Authored: Thu Jul 20 15:05:57 2017 -0700
Committer: jerryshao <ss...@hortonworks.com>
Committed: Thu Jul 20 15:05:57 2017 -0700

----------------------------------------------------------------------
 site/community.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/7eed236c/site/community.md
----------------------------------------------------------------------
diff --git a/site/community.md b/site/community.md
index 23eb02b..a1d8e19 100644
--- a/site/community.md
+++ b/site/community.md
@@ -90,6 +90,10 @@ differentiate between bug fixes and features and allows us 
to build stable maint
 
 3. Write a clear commit message, with a short, descriptive title and a message 
that is exactly long
 enough to explain what the problem was, and how it was fixed. 
+  * The PR title should be of the form [LIVY-xxxx] Title, where LIVY-xxxx is 
the relevant JIRA number and Title may be
+  the JIRA's title or a more specific title describing the PR itself.
+  * If the pull request is still a work in progress, and so is not ready to be 
merged, but needs to be pushed to Github
+  to facilitate review, then add [WIP] after the component.
 
 
 ### Source Code

Reply via email to