-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
61 additions
and
136 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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. Получить ошибку... | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: "Скриншоты" | ||
description: | | ||
Если приемлемо, добавьте скриншоты, чтобы помочь объяснить вашу проблему | ||
**Подсказка**: Вы можете прикрепить изображения щелкнув по области ниже, чтобы выделить её, а затем перетащив в нее файлы |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,62 +1,25 @@ | ||
<!-- | ||
This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same | ||
Remove these comments before submitting | ||
--> | ||
|
||
# Description | ||
|
||
<!-- | ||
Explain this PR in as much detail as applicable | ||
Some example prompts to consider: | ||
How might this affect the game? The codebase? | ||
What might be some alternatives to this? | ||
How/Who does this benefit/hurt [the game/codebase]? | ||
--> | ||
|
||
Description. | ||
|
||
--- | ||
|
||
# TODO | ||
|
||
<!-- | ||
A list of everything you have to do before this PR is "complete" | ||
You probably won't have to complete everything before merging but it's good to leave future references | ||
--> | ||
|
||
- [ ] Task | ||
- [x] Completed Task | ||
|
||
--- | ||
|
||
<!-- | ||
This is default collapsed, readers click to expand it and see all your media | ||
The PR media section can get very large at times, so this is a good way to keep it clean | ||
The title is written using HTML tags | ||
The title must be within the <summary> tags or you won't see it | ||
--> | ||
# VIVA LA LOST PARADISE! | ||
|
||
<details><summary><h1>Media</h1></summary> | ||
<p> | ||
![image](https://i.imgur.com/3ALofgA.png) | ||
|
||
![Example Media Embed](https://example.com/thisimageisntreal.png) | ||
**Описание обновления:** | ||
<!-- Например. | ||
Я изменил все текстуры дверей на новые кроме, дверей ЦК и Адвоката. | ||
Добавил возможность развести костёр кликая заженной спичкой по бревну.--> | ||
|
||
</p> | ||
</details> | ||
|
||
--- | ||
**Причина/Для чего** | ||
<!-- Описывайте здесь зачем и по какой причине сделано данное обновление --> | ||
|
||
# Changelog | ||
**Изменения** | ||
|
||
<!-- | ||
You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) | ||
Leaving it blank will default to your GitHub display name | ||
This includes all available types for the changelog | ||
:cl: *Ваше имя. Можно и на русском* | ||
- add: Добавлено *Что конкретно*. | ||
- remove: Убрано *Что конкретно*. | ||
- tweak: Изменено *Что конкретно*. | ||
- fix: Исправлено *Что конкретно*. | ||
--> | ||
|
||
:cl: | ||
- add: Added fun :D | ||
- tweak: Tweaked fun | ||
- fix: Fixed fun! | ||
- remove: Removed fun :( | ||
**Медиа** | ||
<!-- Скрины или видео после этого пункта. Под ними ничего не дополнять!--> |
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,4 +1,16 @@ | ||
[submodule "RobustToolbox"] | ||
path = RobustToolbox | ||
url = https://github.com/space-wizards/RobustToolbox.git | ||
branch = master | ||
branch = master | ||
[submodule "Content.Shared/PrivateShared"] | ||
path = Content.Shared/PrivateShared | ||
url = https://github.com/Lost-Paradise-Project/PrivateShared | ||
branch = main | ||
[submodule "Content.Server/PrivateServer"] | ||
path = Content.Server/PrivateServer | ||
url = https://github.com/Lost-Paradise-Project/PrivateServer | ||
branch = main | ||
[submodule "Resources/PrivateResources"] | ||
path = Resources/PrivateResources | ||
url = https://github.com/Lost-Paradise-Project/PrivateResources | ||
branch = main |
Submodule PrivateServer
added at
a0abfd
Submodule PrivateShared
added at
6c38c2
Submodule PrivateResources
added at
4fb4eb