Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PULL_REQUEST_TEMPLATE.md #14

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 23 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это комментарии - они не будут видны в PR. -->

## Описание PR
<!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это может повлиять? Постарайтесь описать все внесённые вами изменения! -->

**Проверки**
<!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR -->
- [ ] PR полностью завершён и мне не нужна помощь чтобы его закончить.
- [ ] Я внимательно просмотрел все свои изменения и багов в них не нашёл.
- [ ] Я запускал локальный сервер со своими изменениями и всё протестировал.
- [ ] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует.

**Изменения**
<!-- THIS IS THE TEMPLATE FOR YOUR PULL REQUEST. The text between the arrows are comments - they will not be visible in PR. -->

## Description of PR
<!-- Describe your Pull Request below. What is he changing? What else can it affect? Try to describe all the changes you have made! -->
**Checks:**
<!-- Performing all the following actions, if it is acceptable for the type of changes, will greatly speed up the analysis of your PR -->
- [ ] The PR is completely completed and I do not need help to finish it.
- [ ] I have carefully reviewed all my changes and found no bugs in them.
- [ ] I started a local server with my changes and tested everything.
- [ ] I added a screenshot/video of the in-game PR demonstration, **or** this PR does not require it.

**Changes:**
<!--
Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят.

В журнал изменений следует помещать только то, что действительно важно игрокам.

В списке изменений тип значка не является часть предложения, поэтому явно указывайте - Добавлен, Удалён, Изменён.
плохо: - add: Новый инструмент для инженеров
хорошо: - add: Добавлен новый инструмент для инженеров

Вы можете указать своё имя после символа :cl: именно оно будет отображаться в журнале изменений (иначе будет использоваться ваше имя на GitHub)
Например: :cl: Ian

Here you can write a list of changes that will be automatically added to the game when your PR is accepted.
Only what is really important to the players should be placed in the changelog.
In the list of changes, the icon type is not part of the offer, so specify obviously - Added, Deleted, Changed.
bad: - add: New tool for engineers
good: - add: Added new tool for engineers
You can specify your name after the symbol :cl: this is what will be displayed in the changelog (otherwise your name on GitHub will be used)
For example: :cl: Ian
-->

:cl:
- add: Добавлено веселье!
- remove: Убрано веселье!
- tweak: Изменено веселье!
- fix: Исправлено веселье!
- add: Added fun!
- remove: The fun is gone!
- tweak: Changed the fun!
- fix: Fixed the fun!
Loading