docs: update contributing page (#26497)

PR Close #26497
This commit is contained in:
Alan 2018-10-17 15:40:24 +02:00 committed by Misko Hevery
parent 23d625172a
commit 77e58c6179
1 changed files with 12 additions and 1 deletions

View File

@ -17,6 +17,17 @@
<a href="https://github.com/angular/angular/blob/master/CONTRIBUTING.md" class="button button-blue" md-button>Contribute</a>
</div>
<div class="card-section">
<div>
<h3 class="no-anchor">Angular CLI</h3>
Angular CLI makes it easy to create an application that already works, right out of the box. It already follows our best practices.
</div>
<a href="https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md" class="button button-blue" md-button>Contribute</a>
</div>
<div class="card-section">
<div>
<h3 class="no-anchor">Angular Material</h3>
@ -37,7 +48,7 @@
to build your Angular app.
</div>
<a href="https://github.com/angular/angularfire2" class="button button-blue" md-button> Contribute</a>
<a href="https://github.com/angular/angularfire2/blob/master/CONTRIBUTING.md" class="button button-blue" md-button> Contribute</a>
</div>
</article>