Редактирование:
Guide to Changelogs
Перейти к навигации
Перейти к поиску
Внимание:
Вы не вошли в систему. Ваш IP-адрес будет общедоступен, если вы запишете какие-либо изменения. Если вы
войдёте
или
создадите учётную запись
, её имя будет использоваться вместо IP-адреса, наряду с другими преимуществами.
Анти-спам проверка.
Не
заполняйте это!
: [[Guide to contributing to the game]] You can add changelog entries by using the following template in the body of your pull request: :cl: prefix: text prefix: text prefix: text /:cl: Your GitHub username is credited by default, or you can add a name at the end of the <tt>:cl:</tt> line to override it. Valid prefixes are: * [[File:Tick-circle.png]] add * [[File:Cross-circle.png]] del * [[File:Bug-minus.png]] fix * [[File:Hard-hat-exclamation.png]] wip * [[File:Wrench-screwdriver.png]] tweak * [[File:Burn-exclamation.png]] experiment * [[File:Spell-check.png]] spellcheck * [[File:Music-plus.png]] soundadd * [[File:Music-minus.png]] sounddel * [[File:Image-plus.png]] imageadd * [[File:Image-minus.png]] imagedel * [[File:Scales_icon.png]] balance * [[File:Coding.png]] code * [[File:Burn-exclamation.png]] refactor * [[File:Chrome-wrench.gif]] config * [[File:Ban.png]] admin * [[File:Hard-hat-exclamation.png]] server == Advanced information == {{note|This guide thanks to friends from [http://ss13.nexisonline.net/wiki/Guide_to_Changelogs /vg/].}} Changelogs are small YAML files that developers create to add their pull requests' changes to the master changelog.html file. A python script run by a maintainer collects all the changes specified and generates the HTML necessary, merging changes by the same author during the same day. === Online auto-creation === On the /tg/station GitHub, a formatted block in your PR's description as described above will cause a bot to automatically generate a <tt>.yml</tt> file. The idea is to reduce merge conflicts caused by two PRs trying to edit the same file. === Committing a .yml file === PR changelogs are temporary and just get deleted after they're merged into the master changelog. # Create <code>html/changelogs/''USERNAME-BRANCHNAME''.yml</code>. ## Go to <code>/master/html/changelogs/</code> on your branch. ## Create file <code>''USERNAME-BRANCHNAME''.yml</code> in the folder, where 'BRANCHNAME' the name of the branch on your fork and 'USERNAME' is your github username. ##* Example: <code>Deantwo-BrainlessShooting.yml</code> ##* File name is not super important but helps the maintainers know who made the file and which PR it is related to. Also prevents conflicts since two files won't have the same name. # Copy the contents of [https://github.com/tgstation/-tg-station/blob/master/html/changelogs/example.yml this]. # Fill it out. #* Make sure to set delete-after to true. #* Also ensure you update the author name so you get credited appropriately. # '''PROOFREAD.''' Changelog entries are final after they're merged. # Add it to git so it's included with your PR. '''File content example:''' author: Deantwo delete-after: True changes: - rscadd: "Added laser rifles for everyone." - rscdel: "Removed everyone's brains." === Updating the Changelog === ''Only maintainers need to do this.'' * First, install python3, pip, and PyYaml: ** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python. ** Once pip is installed run the following commands in your terminal ** <code>pip install PyYaml</code> ** <code>pip install beautifulsoup4</code> * With /tg/station's code, simply run makeChangelog.bat. * On Linux or other codebases, run <code>python tools/ss13_genchangelog.py html/changelog.html html/changelogs</code> === Screwed up Changelog === If a changelog needs to be edited after merge, a maintainer will need to edit the html/changelogs/.all_changelog.yml file in order to fix the database. (This file is hidden on Linux and Mac OSX.) {{Contribution guides}}
Описание изменений:
Пожалуйста, учтите, что любой ваш вклад в проект «MassMeta» может быть отредактирован или удалён другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см.
MassMeta:Авторские права
).
НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!
Отменить
Справка по редактированию
(в новом окне)
Шаблоны, используемые на этой странице:
Шаблон:Booland
(
править
)
Шаблон:Box
(
править
)
Шаблон:Contribution guides
(
править
)
Шаблон:Note
(
править
)
Навигация
Персональные инструменты
Вы не представились системе
Обсуждение
Вклад
Создать учётную запись
Войти
Пространства имён
Статья
Обсуждение
русский
Просмотры
Читать
Править
Править код
История
Ещё
Поиск
/tg/station 13
Главная страница
Новым игрокам
Правила
Профессии
Гайды
Предметы
Локации
Карты
Игровые режимы
Вклад
Руководство по участию в разработке билда
Маппинг
Спрайтинг
Руководство по пониманию кода
Разработка
Wiki
Свежие правки
Случайная страница
Инструменты
Ссылки сюда
Связанные правки
Служебные страницы
Сведения о странице