mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
[Docs] Лицензирование и изменения в документации. (#1)
* feat: new logo * tweak: update codeowners * tweak: updated readme * tweak: pull request template
This commit is contained in:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -1,3 +1,5 @@
|
||||
# Last match in file takes precedence.
|
||||
|
||||
# TODO
|
||||
@Remuchi
|
||||
@DVOniksWyvern
|
||||
|
||||
54
.github/PULL_REQUEST_TEMPLATE.md
vendored
54
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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>
|
||||
|
||||

|
||||
@@ -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: Удалено веселье :(
|
||||
|
||||
Reference in New Issue
Block a user