Участник:Richard Jones/Community/Contribution
{{#css:
table.grey > tr > th, table.grey > tr > td, table.grey > * > tr > th, table.grey > * > tr > td {
background-color: rgba(0, 0, 0, 0.1);
}
table {
width: 100%;
} .wrap td { border: 1px solid grey; } .table-grey { background-color: #f5f5f5; } .table-darkergrey { background-color: #e8e8e8; }
.wrap td {
padding: 1; transition: box-shadow linear 0.15s; -webkit-transition: box-shadow linear 0.15s; -o-transition: box-shadow linear 0.15s; -moz-transition: box-shadow linear 0.15s; background-color: #f4f4f4; border-top-left-radius:10px; border-bottom-left-radius:10px; border-top-right-radius:10px; border-bottom-right-radius:10px; text-align: center;
}
.wrap td > img {
max-width: 100px; max-height: 100px; transition: transform linear 0.15s; -webkit-transition: transform linear 0.15s; -o-transition: transform linear 0.15s; -moz-transition: transform linear 0.15s;
}
.wrap td:hover > img {
transform: scale(1.1);
}
.wrap td > span {
position: relative; color: black; text-decoration: none; padding-bottom: 3px; font-weight: bold;
}
.wrap td > span:before {
content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: black; visibility: hidden; transform: scaleX(0); transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;
}
.wrap td:hover > span:before {
visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1);
}
}}
Начнём же!
Итак, вы хотите внести свой вклад в наше сообщество? Прекрасно! Тау Кита это open-source проект, поэтому каждый желающий может помочь в нам в развитии. Эта страничка поможет вам разобраться, что к чему, и найти свою "нишу". Если у вас остаются сомнения, или что-то непонятно - у нас всегда найдётся тот, кто сможет вам помочь.
Сам процесс называется "Contributing"(Контрибьютинг) и означает "делать вклад". Мы будем очень благодарны за любой положительный вклад, поэтому контрибьютерам выдаются персональные внутриигровые предметы на ваш выбор. Ниже вы найдёте кучу гайдов по разным способам внести изменения. Удачи!
<img width="36" height="36" src="https://wiki.taucetistation.org/images/2/28/Terminology.png"> Работа с людьми
|
<img width="32" height="32" src="https://wiki.taucetistation.org/images/b/b2/Gitshell.png"> Кодинг
|
<img width="48" height="48" src="https://wiki.taucetistation.org/images/9/98/Blueprint.png"> Маппинг [ДОДЕЛАТЬ]
|
<img width="40" height="40" src="https://wiki.taucetistation.org/images/d/d4/Bobross.png"> Спрайтинг
|
<img width="48" height="48" src="https://wiki.taucetistation.org/images/b/b2/Paper.png"> Идеи
|
<img width="42" height="42" src="https://wiki.taucetistation.org/images/9/95/Notebook.png"> Редактура Вики
|
<img width="42" height="42" src="https://wiki.taucetistation.org/images/4/45/Patreon_logo.png"> Донат
|