templates
This commit is contained in:
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
||||
contact_links:
|
||||
- name: Report a Security Vulnerability
|
||||
url: https://github.com/space-wizards/space-station-14/blob/master/SECURITY.md
|
||||
about: Please report security vulnerabilities privately so we can fix them before they are publicly disclosed.
|
||||
- name: Request a Feature
|
||||
url: https://discord.gg/rGvu9hKffJ
|
||||
about: Submit feature requests on our Discord server (https://discord.gg/rGvu9hKffJ).
|
||||
- name: Предложение
|
||||
url: https://discord.station13.ru
|
||||
about: Свои предложения можете оставлять в соответствующем канале Discord.
|
||||
- name: Сообщить об уязвимости
|
||||
url: https://discord.station13.ru
|
||||
about: Пожалуйста, сообщайте о серьезных эксплойтах и уязвимостях безопасности halirakes#4370 в Discord.
|
||||
|
||||
45
.github/ISSUE_TEMPLATE/issue_report.md
vendored
45
.github/ISSUE_TEMPLATE/issue_report.md
vendored
@@ -1,20 +1,29 @@
|
||||
---
|
||||
name: Report an Issue
|
||||
about: "..."
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
name: "Сообщить о проблеме"
|
||||
description: "Если что-то работает не так, как ожидалось"
|
||||
labels: ["triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Описание"
|
||||
description: "Опишите проблему как можно подробнее"
|
||||
|
||||
---
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: "Шаги воспроизведения"
|
||||
description: "Если применимо, опишите шаги для воспроизведения проблемы"
|
||||
placeholder: |
|
||||
1. Открыть интерфейс консоли
|
||||
2. Нажать кнопку "Старт"
|
||||
3. Получить ошибку...
|
||||
|
||||
## Description
|
||||
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
|
||||
|
||||
**Reproduction**
|
||||
<!-- Include the steps to reproduce if applicable. -->
|
||||
|
||||
**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. -->
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: "Скриншоты"
|
||||
description: |
|
||||
Если применимо, добавьте скриншоты, чтобы помочь объяснить вашу проблему
|
||||
**Подсказка**: Вы можете прикрепить изображения, щелкнув по этой области, чтобы выделить ее, а затем перетащив в нее файлы
|
||||
|
||||
50
.github/PULL_REQUEST_TEMPLATE.md
vendored
50
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,31 +1,35 @@
|
||||
<!-- Please read these guidelines before opening your PR: https://docs.spacestation14.io/en/getting-started/pr-guideline -->
|
||||
<!-- The text between the arrows are comments - they will not be visible on your PR. -->
|
||||
<!-- Текст между стрелками - это комментарии - они не будут видны в вашем PR. -->
|
||||
|
||||
## About the PR
|
||||
<!-- What did you change in this PR? -->
|
||||
# Описание PR <!-- Опишите здесь ваш Pull Request. Что он изменяет? На что еще это может повлиять? -->
|
||||
|
||||
## 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
|
||||
<!--
|
||||
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.
|
||||
- [ ] Rechecked all my code
|
||||
|
||||
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**
|
||||
@@ -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.
|
||||
:cl:
|
||||
- add: Added fun!
|
||||
- remove: Removed fun!
|
||||
- tweak: Changed fun!
|
||||
- fix: Fixed fun!
|
||||
- add: Добавлено веселье!
|
||||
- remove: Убрано веселье!
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user