[Docs] Лицензирование и изменения в документации. (#1)

* feat: new logo

* tweak: update codeowners

* tweak: updated readme

* tweak: pull request template
This commit is contained in:
Remuchi
2024-08-19 18:11:41 +07:00
committed by GitHub
parent 59319651cd
commit b871bfa97f
6 changed files with 3639 additions and 81 deletions

2
.github/CODEOWNERS vendored
View File

@@ -1,3 +1,5 @@
# Last match in file takes precedence.
# TODO
@Remuchi
@DVOniksWyvern

View File

@@ -1,43 +1,24 @@
<!--
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
<!-- Текст между стрелками - это комментарии - они не будут видны в вашем PR. -->
# Описание PR
<!--
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
-->
<details><summary><h1>Media</h1></summary>
<details><summary>Список</summary>
<p>
![Example Media Embed](https://example.com/thisimageisntreal.png)
@@ -47,16 +28,17 @@ The title must be within the <summary> tags or you won't see it
---
# 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
Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят
Для записей в списке изменений есть 4 значка: add, remove, tweak, fix. Думаю, вы сможете разобраться с остальным.
Вы можете поставить свое имя после символа :cl:, чтобы изменить имя, которое будет отображаться в журнале изменений (в противном случае будет использоваться ваше имя пользователя GitHub)
Например: ":cl: DVOniksWyvern".
-->
:cl:
- add: Added fun :D
- tweak: Tweaked fun
- fix: Fixed fun!
- remove: Removed fun :(
- add: Добавлено веселье :D
- tweak: Изменено веселье~
- fix: Исправлено веселье!
- remove: Удалено веселье :(