We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8585e6 + ca1e26d commit ee23999Copy full SHA for ee23999
layouts/contribute.hbs
@@ -25,6 +25,9 @@
25
<li{{#equals path site.getinvolved.events.link}} class="active"{{/equals}}>
26
<a href="/{{site.locale}}/{{site.getinvolved.events.link}}/">{{site.getinvolved.events.text}}</a>
27
</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>
31
</ul>
32
</aside>
33
locale/en/site.json
@@ -125,6 +125,9 @@
125
"events": {
126
"link": "get-involved/events",
127
"text": "Events"
128
+ },
129
+ "conduct": {
130
+ "text": "Conduct"
131
}
132
},
133
"trademark" : { "link": "about/trademark", "text": "Trademark" },
0 commit comments