forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About The Pull Request Переводит ридми и заменяет ссылки --------- Co-authored-by: Aylong <[email protected]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> | ||
<!-- You can view Contributing.MD for a detailed description of the pull request process. --> | ||
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то может пойти не так. --> | ||
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. --> | ||
|
||
## About The Pull Request | ||
## Что этот PR делает | ||
|
||
<!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> | ||
<!-- Вкратце опишите изменения, которые вносите. --> | ||
<!-- Опишите **все** изменения, так как противное может сказаться на рассмотрении этого PR'а! --> | ||
<!-- Если вы исправляете Issue, добавьте "Fixes #xxxx" (где xxxx - номер Issue) где-нибудь в описании PR'а. Это автоматически закроет Issue после принятия PR'а. --> | ||
|
||
## Why It's Good For The Game | ||
## Почему это хорошо для игры | ||
|
||
<!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> | ||
<!-- Опишите, почему, по вашему, следует добавить эти изменения в игру. --> | ||
|
||
## Changelog | ||
## Изображения изменений | ||
|
||
<!-- Если вы не меняли карту или спрайты, можете опустить эту секцию. Если хотите, можете вставить видео. --> | ||
|
||
## Тестирование | ||
|
||
<!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and its effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> | ||
<!-- Как вы тестировали свой PR, если делали это вовсе? --> | ||
|
||
## Changelog | ||
|
||
:cl: | ||
add: Added new mechanics or gameplay changes | ||
add: Added more things | ||
del: Removed old things | ||
qol: made something easier to use | ||
balance: rebalanced something | ||
fix: fixed a few things | ||
sound: added/modified/removed audio or sound effects | ||
image: added/modified/removed some icons or images | ||
map: added/modified/removed map content | ||
spellcheck: fixed a few typos | ||
code: changed some code | ||
refactor: refactored some code | ||
config: changed some config setting | ||
admin: messed with admin stuff | ||
server: something server ops should know | ||
add: Что-то добавил | ||
del: Что-то удалил | ||
tweak: Поменял что-то по мелочи | ||
fix: Что-то починил | ||
wip: Какие-либо наработки в процессе | ||
soundadd: Добавил новый звук | ||
sounddel: Удалил старый звук | ||
imageadd: Добавил новую картинку | ||
imagedel: Удалил старую картинку | ||
spellcheck: Исправил опечатку | ||
experiment: Добавил экспериментальную функцию | ||
/:cl: | ||
|
||
<!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> | ||
<!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> | ||
<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы можете написать свой ник справа от первого :cl:, если хотите. Иначе будет использован ваш ник на ГитХабе. --> | ||
<!-- Вы можете использовать несколько записей с одинаковым префиксом (Они используются только для иконки в игре) и удалить ненужные. Помните, что чейнджлог должен быть понятен обычным игроком. --> | ||
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы можете исключить всю секцию. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters