Skip to content

Commit

Permalink
docs: update contributing page (angular#26497)
Browse files Browse the repository at this point in the history
PR Close angular#26497
  • Loading branch information
alan-agius4 authored and sculove committed Nov 2, 2018
1 parent 2fd3e4f commit 614f4d7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion aio/content/marketing/contribute.html
Expand Up @@ -17,6 +17,17 @@ <h3 class="no-anchor">Angular</h3>
<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>
Expand All @@ -37,7 +48,7 @@ <h3 class="no-anchor">AngularFire</h3>
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>

0 comments on commit 614f4d7

Please sign in to comment.