templates

This commit is contained in:
rhailrake
2023-04-30 08:09:45 +06:00
committed by Aviu00
parent b540aa0eba
commit 02d138e012
3 changed files with 59 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
contact_links: contact_links:
- name: Report a Security Vulnerability - name: Предложение
url: https://github.com/space-wizards/space-station-14/blob/master/SECURITY.md url: https://discord.station13.ru
about: Please report security vulnerabilities privately so we can fix them before they are publicly disclosed. about: Свои предложения можете оставлять в соответствующем канале Discord.
- name: Request a Feature - name: Сообщить об уязвимости
url: https://discord.gg/rGvu9hKffJ url: https://discord.station13.ru
about: Submit feature requests on our Discord server (https://discord.gg/rGvu9hKffJ). about: Пожалуйста, сообщайте о серьезных эксплойтах и уязвимостях безопасности halirakes#4370 в Discord.

View File

@@ -1,20 +1,29 @@
--- name: "Сообщить о проблеме"
name: Report an Issue description: "Если что-то работает не так, как ожидалось"
about: "..." labels: ["triage"]
title: '' body:
labels: '' - type: textarea
assignees: '' id: description
validations:
required: true
attributes:
label: "Описание"
description: "Опишите проблему как можно подробнее"
--- - type: textarea
id: reproduction
attributes:
label: "Шаги воспроизведения"
description: "Если применимо, опишите шаги для воспроизведения проблемы"
placeholder: |
1. Открыть интерфейс консоли
2. Нажать кнопку "Старт"
3. Получить ошибку...
## Description - type: textarea
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. --> id: screenshots
attributes:
**Reproduction** label: "Скриншоты"
<!-- Include the steps to reproduce if applicable. --> description: |
Если применимо, добавьте скриншоты, чтобы помочь объяснить вашу проблему
**Screenshots** **Подсказка**: Вы можете прикрепить изображения, щелкнув по этой области, чтобы выделить ее, а затем перетащив в нее файлы
<!-- If applicable, add screenshots to help explain your problem. -->
**Additional context**
<!-- Add any other context about the problem here. Anything you think is related to the issue. -->

View File

@@ -1,31 +1,35 @@
<!-- Please read these guidelines before opening your PR: https://docs.spacestation14.io/en/getting-started/pr-guideline --> <!-- Текст между стрелками - это комментарии - они не будут видны в вашем PR. -->
<!-- The text between the arrows are comments - they will not be visible on your PR. -->
## About the PR # Описание PR <!-- Опишите здесь ваш Pull Request. Что он изменяет? На что еще это может повлиять? -->
<!-- What did you change in this PR? -->
## Why / Balance ## Скриншоты
<!-- Why was it changed? Link any discussions or issues here. Please discuss how this would affect game balance. --> <!-- Если приемлемо, добавьте скриншоты для демонстрации вашего PR. Если ваш PR представляет собой визуальное изменение, добавьте
скриншоты, иначе он может быть закрыт. -->
## Technical details ## Чек-лист:
<!-- If this is a code change, summarize at high level how your new code works. This makes it easier to review. -->
## Media - [ ] Rechecked all my code
<!--
PRs which make ingame changes (adding clothing, items, new features, etc) are required to have media attached that showcase the changes.
Small fixes/refactors are exempt.
Any media may be used in SS14 progress reports, with clear credit given.
If you're unsure whether your PR will require media, ask a maintainer. ## typo:
Check the box below to confirm that you have in fact seen this (put an X in the brackets, like [X]): - [ ] Feature
--> - [ ] Fix
- [ ] Tweak
- [ ] Balance
- [ ] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase **Изменения**
## Breaking changes
<!-- <!--
List any breaking changes, including namespace, public class/method/field changes, prototype renames; and provide instructions for fixing them. This will be pasted in #codebase-changes. Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят
Для записей в списке изменений есть 4 значка: add, remove, tweak, fix. Думаю, вы сможете разобраться с остальным.
Вы можете поставить свое имя после символа :cl:, чтобы изменить имя, которое будет отображаться в журнале изменений (в противном случае будет использоваться ваше имя пользователя GitHub)
Например: :cl: PJB
Как правило, в журналы изменений следует помещать только то, что действительно важно игрокам. Вещи вроде "Переработана система X, изменения не должны быть видны" не должны быть в журнале изменений.
При написании списка изменений не считайте суффикс типа записи (например, add) "частью" предложения:
плохо: - add: новый инструмент для инженеров
хорошо: - add: добавлен новый инструмент для инженеров
--> -->
**Changelog** **Changelog**
@@ -36,8 +40,6 @@ Make players aware of new features and changes that could affect how they play t
<!-- <!--
Make sure to take this Changelog template out of the comment block in order for it to show up. Make sure to take this Changelog template out of the comment block in order for it to show up.
:cl: :cl:
- add: Added fun! - add: Добавлено веселье!
- remove: Removed fun! - remove: Убрано веселье!
- tweak: Changed fun!
- fix: Fixed fun!
--> -->