-
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
16 changed files
with
114 additions
and
101 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
contact_links: | ||
- name: Report a Security Vulnerability | ||
- name: Сообщить об уязвимости | ||
url: https://github.com/space-wizards/space-station-14/blob/master/SECURITY.md | ||
about: Please report security vulnerabilities to the Space Wizards privately so they can fix them before they are publicly disclosed. | ||
about: Пожалуйста, сообщайте о серьезных эксплойтах и уязвимостях безопасности. | ||
- name: Предложение | ||
url: https://discord.station14.ru | ||
about: Свои предложения можете оставлять в соответствующем канале Discord. |
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,21 +1,38 @@ | ||
**Описание обновления:** | ||
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это комментарии - они не будут видны в PR. --> | ||
|
||
## Описание обновления: | ||
<!-- Например. | ||
Я изменил все текстуры дверей на новые кроме, дверей ЦК и Адвоката. | ||
Добавил возможность развести костёр кликая заженной спичкой по бревну.--> | ||
|
||
**Медиа** | ||
<!-- Если приемлемо, добавьте скриншоты для демонстрации вашего PR. Если ваш PR представляет собой визуальное изменение, добавьте | ||
скриншоты, иначе он может быть закрыт. --> | ||
|
||
**Причина/Для чего** | ||
<!-- Описывайте здесь зачем и по какой причине сделано данное обновление --> | ||
**Проверки** | ||
<!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR --> | ||
- [ ] PR завершён и мне не нужна помощь чтобы его закончить. | ||
- [ ] Я внимательно просмотрел все свои изменения и багов в них не нашёл. | ||
- [ ] Я запускал локальный сервер со своими изменениями и всё протестировал. | ||
- [ ] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует. | ||
- [ ] Я не добавлял никакого авторского контента под закрытыми лицензиями | ||
|
||
**Изменения** | ||
|
||
<!-- | ||
:cl: *Ваше имя. Можно и на русском* | ||
- add: Добавлено *Что конкретно*. | ||
- remove: Убрано *Что конкретно*. | ||
- tweak: Изменено *Что конкретно*. | ||
- fix: Исправлено *Что конкретно*. | ||
Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят. | ||
В журнал изменений следует помещать только то, что действительно важно игрокам. | ||
В списке изменений тип значка не является часть предложения, поэтому явно указывайте - Добавлен, Удалён, Изменён. | ||
плохо: - add: Новый инструмент для инженеров | ||
хорошо: - add: Добавлен новый инструмент для инженеров | ||
Вы можете указать своё имя после символа :cl: именно оно будет отображаться в журнале изменений (иначе будет использоваться ваше имя на GitHub) | ||
Например: :cl: Клоун | ||
--> | ||
|
||
**Медиа** | ||
<!-- Скрины или видео после этого пункта. Под ними ничего не дополнять!--> | ||
:cl: Клоун | ||
- add: Добавлено веселье! | ||
- remove: Убрано веселье! | ||
- tweak: Изменено веселье! | ||
- fix: Исправлено веселье! |
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
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
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,16 +1,19 @@ | ||
name: Check Merge Conflicts | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- master | ||
pull_request_target: | ||
|
||
jobs: | ||
Label: | ||
if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' | ||
if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'r != 'Lost-Paradise-Bot' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check for Merge Conflicts | ||
uses: ike709/actions-label-merge-conflict@9eefdd17e10566023c46d2dc6dc04fcb8ec76142 | ||
with: | ||
dirtyLabel: "Status: Merge Conflict" | ||
repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." | ||
dirtyLabel: "Статус: Конфликт" | ||
repoToken: "${{ secrets.BOT_TOKEN }}" | ||
commentOnDirty: "В этом ПР'е есть конфликты, пожалуйста, устраните их, прежде чем мы сможем оценить ваш ПР." |
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,17 +1,18 @@ | ||
name: "Labels: Review" | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request_target: | ||
types: [review_requested] | ||
|
||
jobs: | ||
add_label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions-ecosystem/action-add-labels@v1 | ||
with: | ||
labels: "Status: Needs Review" | ||
labels: "Статус: Требуется одобрение" | ||
repo-token: "${{ secrets.BOT_TOKEN }}" | ||
- uses: actions-ecosystem/action-remove-labels@v1 | ||
with: | ||
labels: "Status: Awaiting Changes" | ||
labels: "Статус: Ожидание изменений" | ||
repo-token: "${{ secrets.BOT_TOKEN }}" |
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,29 +1,29 @@ | ||
# Legal Info | ||
# Юридическая информация | ||
|
||
## Copyright | ||
## Авторское право | ||
|
||
The Authors retain all copyright to their respective work submitted here. | ||
Авторы сохраняют за собой все авторские права на свои соответствующие работы, представленные здесь. | ||
|
||
## Licenses | ||
## Лицензии | ||
|
||
### Code | ||
### Код | ||
|
||
> [!NOTE] | ||
> If you want MIT-licensed code, please visit the Space Wizards' repository [here](https://github.com/space-wizards/space-station-14/) instead. | ||
> If they do not have something you want as MIT but we do as AGPLv3, you may ask the authors of the code to relicense it for you. | ||
> | ||
> If you can not figure out the license of something, or who the author(s) of a feature are, please ask in our [Discord](https://discord.gg/X4QEXxUrsJ). | ||
> Если вам нужен код, лицензированный MIT, пожалуйста, посетите репозиторий [Space Wizards](https://github.com/space-wizards/space-station-14/). | ||
> Если у них нет того, что нужно от MIT, а у нас есть от AGPLv3, вы можете попросить авторов кода повторно лицензировать это для. | ||
> | ||
> Если вы не можете определить лицензию на что-либо или кто является автором той или иной функции, пожалуйста, спросите в нашем [Discord](https://discord.gg/X4QEXxUrsJ). | ||
Content contributed to this repository after commit [87c70a8](https://github.com/Simple-Station/Einstein-Engines/commit/87c70a89a67d0521a56388e6b1c3f2cb947943e4) is licensed under the GNU Affero General Public License version 3.0 unless otherwise stated. | ||
See [LICENSE-AGPLv3](./LICENSE-AGPLv3.txt). | ||
Content contributed to this repository before the aforementioned commit is MIT-licensed unless otherwise stated. | ||
See [LICENSE-MIT](./LICENSE-MIT.txt). | ||
Контент добавленный в этот репозиторий после коммита [87c70a8](https://github.com/Simple-Station/Einstein-Engines/commit/87c70a89a67d0521a56388e6b1c3f2cb947943e4) имеет лицензию "GNU Affero General Public License version 3.0" если не указано другое. | ||
Смотрите [LICENSE-AGPLv3](./LICENSE-AGPLv3.txt). | ||
Контент, размещенный в этом репозитории до вышеупомянутого коммита, имеет лицензию "MIT", если не указано иное. | ||
Смотрите [LICENSE-MIT](./LICENSE-MIT.txt). | ||
|
||
[87c70a8](https://github.com/Simple-Station/Einstein-Engines/commit/87c70a89a67d0521a56388e6b1c3f2cb947943e4) was pushed on February 17th 2024 at 21:48 UTC. | ||
|
||
### Assets | ||
### Активы | ||
|
||
Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. | ||
Assets have their license and the copyright in the metadata file. | ||
Большинство активов лицензированы в соответствии с [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) если не указано иное. | ||
Ресурсы имеют свою лицензию и авторские права на файле метаданных. | ||
[Example](./Resources/Textures/Objects/Tools/crowbar.rsi/meta.json). | ||
Note that some assets are licensed under the non-commercial [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) or similar non-commercial licenses and will need to be removed if you wish to use this project commercially. | ||
Обратите внимание, что некоторые активы лицензированы в соответствии с некоммерческим соглашением. [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) или аналогичные некоммерческие лицензии, и их необходимо будет удалить, если вы хотите использовать этот проект в коммерческих целях. |
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
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
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
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
Oops, something went wrong.