Skip to content

Commit

Permalink
Для гитхаба
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Aug 11, 2024
1 parent 3931167 commit 03ba798
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 136 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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: |
Если приемлемо, добавьте скриншоты, чтобы помочь объяснить вашу проблему
**Подсказка**: Вы можете прикрепить изображения щелкнув по области ниже, чтобы выделить её, а затем перетащив в нее файлы
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/issue_report.md

This file was deleted.

69 changes: 16 additions & 53 deletions .github/PULL_REQUEST_TEMPLATE.md
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 :(
**Медиа**
<!-- Скрины или видео после этого пункта. Под ними ничего не дополнять!-->
14 changes: 13 additions & 1 deletion .gitmodules
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
1 change: 1 addition & 0 deletions Content.Server/PrivateServer
Submodule PrivateServer added at a0abfd
1 change: 1 addition & 0 deletions Content.Shared/PrivateShared
Submodule PrivateShared added at 6c38c2
1 change: 1 addition & 0 deletions Resources/PrivateResources
Submodule PrivateResources added at 4fb4eb

0 comments on commit 03ba798

Please sign in to comment.