Skip to content

Commit

Permalink
Merge pull request #349 from jden/link-code-of-conduct
Browse files Browse the repository at this point in the history
Add link to Code of Conduct from contributing section
  • Loading branch information
jona committed Nov 22, 2015
2 parents e8585e6 + ca1e26d commit ee23999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/contribute.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<li{{#equals path site.getinvolved.events.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.getinvolved.events.link}}/">{{site.getinvolved.events.text}}</a>
</li>
<li>
<a href="https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct">{{site.getinvolved.conduct.text}}</a>
</li>
</ul>
</aside>

Expand Down
3 changes: 3 additions & 0 deletions locale/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
"events": {
"link": "get-involved/events",
"text": "Events"
},
"conduct": {
"text": "Conduct"
}
},
"trademark" : { "link": "about/trademark", "text": "Trademark" },
Expand Down

0 comments on commit ee23999

Please sign in to comment.