You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/04/03 10:08:48 UTC

git commit: updated refs/heads/master to b487074

Repository: cloudstack
Updated Branches:
  refs/heads/master 97ad1e24b -> b487074c5


Exclude CONTRIBUTING from RAT and link it on README


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b487074c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b487074c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b487074c

Branch: refs/heads/master
Commit: b487074c5fa7510c17db75ce3f49969b97a29485
Parents: 97ad1e2
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Fri Apr 3 10:08:24 2015 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri Apr 3 10:08:24 2015 +0200

----------------------------------------------------------------------
 README.md | 1 +
 pom.xml   | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b487074c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3a7d051..98dae9f 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ via Github pull requests.
 * [Release notes](http://docs.cloudstack.apache.org/projects/cloudstack-release-notes)
 * Design [documents](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design)
 * API [documentation](http://cloudstack.apache.org/docs/api)
+* How to [contribute](CONTRIBUTING.md)
 
 ## Getting Involved and Contributing
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b487074c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f0980fd..7cf6735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -716,6 +716,7 @@
               <exclude>CHANGES.md</exclude>
               <exclude>README.md</exclude>
               <exclude>INSTALL.md</exclude>
+              <exclude>CONTRIBUTING.md</exclude>
               <exclude>Dockerfile</exclude>
               <exclude>supervisord.conf</exclude>
               <exclude>.idea/</exclude>