We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ad1e2 commit b487074Copy full SHA for b487074
2 files changed
README.md
@@ -59,6 +59,7 @@ via Github pull requests.
59
* [Release notes](http://docs.cloudstack.apache.org/projects/cloudstack-release-notes)
60
* Design [documents](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design)
61
* API [documentation](http://cloudstack.apache.org/docs/api)
62
+* How to [contribute](CONTRIBUTING.md)
63
64
## Getting Involved and Contributing
65
pom.xml
@@ -716,6 +716,7 @@
716
<exclude>CHANGES.md</exclude>
717
<exclude>README.md</exclude>
718
<exclude>INSTALL.md</exclude>
719
+ <exclude>CONTRIBUTING.md</exclude>
720
<exclude>Dockerfile</exclude>
721
<exclude>supervisord.conf</exclude>
722
<exclude>.idea/</exclude>
0 commit comments