2018-03-12 19:31:14 +00:00
|
|
|
|
|
|
|
<%
|
|
|
|
const network = page.network;
|
|
|
|
const data = site.data[network].data;
|
|
|
|
const numbers = site.data.numbers.list[network];
|
|
|
|
%>
|
|
|
|
|
|
|
|
<div class="section-title block">
|
|
|
|
<h2><%- __('contributing') %></h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<strong><%- __('foreword') %></strong>
|
|
|
|
|
2019-07-15 21:49:09 +00:00
|
|
|
<% if (data.donate) { %>
|
|
|
|
<a href="<%= data.donate %>" class="u-block u-emphasize btn-action u-center" style="color: white; background-color: #<%= data.logoClr %>"><%- __('donate') %></a>
|
|
|
|
<% } %>
|
|
|
|
|
2018-03-12 19:31:14 +00:00
|
|
|
<p><%- __('promptStart') %> <%= page.title %> <%- __('promptEnd') %></p>
|
|
|
|
|
|
|
|
<ol>
|
2018-03-24 01:35:35 +00:00
|
|
|
<li>
|
|
|
|
<%- __('optionOne1') %>
|
|
|
|
<% if (data.donate) { %>
|
|
|
|
<a href="<%= data.donate %>"><%- __('devTeam') %></a> <%- __('or') %>
|
|
|
|
<% } %>
|
|
|
|
<%- __('optionOne2') %>
|
|
|
|
</li>
|
2018-03-12 19:31:14 +00:00
|
|
|
<li>
|
2019-03-02 20:55:00 +00:00
|
|
|
<% if (data.devTutorial) { %>
|
|
|
|
<a href="<%= data.devTutorial %>"><%- __('setUp') %></a> <%- __('optionTwo') %>
|
2018-03-12 19:31:14 +00:00
|
|
|
<% } else { %>
|
|
|
|
<%- __('setUp') %> <%- __('optionTwo') %>
|
|
|
|
<% } %>
|
|
|
|
</li>
|
|
|
|
<li><%- __('optionThree') %></li>
|
|
|
|
<li>
|
|
|
|
<%- __('optionFour1') %> <a href="<%= data.tracker %>"><%- __('issue') %></a>. <%- __('optionFour2') %>
|
2018-03-24 01:51:28 +00:00
|
|
|
<% if (data.bounty) { %>
|
2018-03-12 19:31:14 +00:00
|
|
|
<a href="<%= data.bounty %>"><%- __('bounty') %></a>.
|
|
|
|
<% } else { %>
|
|
|
|
<%- __('bounty') %>.
|
|
|
|
<% } %>
|
|
|
|
</li>
|
|
|
|
<li><%- __('help') %>
|
2018-03-24 01:51:28 +00:00
|
|
|
<% if (data.translating) { %>
|
2018-03-12 19:31:14 +00:00
|
|
|
<a href="<%= data.translating %>"><%- __('translating') %></a>.
|
|
|
|
<% } else { %>
|
|
|
|
<%- __('translating') %>.
|
|
|
|
<% } %>
|
2020-12-24 21:23:51 +00:00
|
|
|
<%- __('optionFive') %> <a href="https://git.feneas.org/light/distributopia/-/tree/main/sticker-bay"><%- __('stickers') %></a>.
|
2018-03-12 19:31:14 +00:00
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<br>
|
|
|
|
<strong><%- __('thanks') %> <%= page.title %>.</strong>
|