Skip to content

Commit ee23999

Browse files
author
jona
committed
Merge pull request #349 from jden/link-code-of-conduct
Add link to Code of Conduct from contributing section
2 parents e8585e6 + ca1e26d commit ee23999

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

layouts/contribute.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<li{{#equals path site.getinvolved.events.link}} class="active"{{/equals}}>
2626
<a href="/{{site.locale}}/{{site.getinvolved.events.link}}/">{{site.getinvolved.events.text}}</a>
2727
</li>
28+
<li>
29+
<a href="https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct">{{site.getinvolved.conduct.text}}</a>
30+
</li>
2831
</ul>
2932
</aside>
3033

locale/en/site.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
"events": {
126126
"link": "get-involved/events",
127127
"text": "Events"
128+
},
129+
"conduct": {
130+
"text": "Conduct"
128131
}
129132
},
130133
"trademark" : { "link": "about/trademark", "text": "Trademark" },

0 commit comments

Comments
 (0)