Skip to content

[Task] commits #5 (https://github.com/SENATOROVAI/intro/issues/5)#661

Open
Toleranzy wants to merge 3 commits into
SENATOROVAI:mainfrom
Toleranzy:TASK]-Commits-#5
Open

[Task] commits #5 (https://github.com/SENATOROVAI/intro/issues/5)#661
Toleranzy wants to merge 3 commits into
SENATOROVAI:mainfrom
Toleranzy:TASK]-Commits-#5

Conversation

@Toleranzy

Copy link
Copy Markdown
Member

Closes SENATOROVAI/intro#5

На технические коммиты не обращайте внимания.

@Toleranzy Toleranzy left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сабмичу

Comment thread python/commits.py
Comment on lines +1 to +40
"""[TASK] Commits #5."""

# 1.
#
# feat - новая функция. Когда добавил что-то новое.
#
# fix - исправление ошибки. Когда что-то работало неправильно.
#
# docs - документация. README, комментарии, инструкции.
#
# style - только внешний вид кода. Пробелы, форматирование, стили.
#
# refactor - переписал код, но функционал тот же.
#
# test - тесты.
#
# build - изменения системы сборки. Используется, когда меняешь то, как проект собирается.
#
# ci - Continuous Integration (автоматизация). Когда меняешь настройки автоматических проверок.
#
# perf - performance (производительность). Когда ускоряешь программу.
#
# chore - технические изменения. Например зависимости, настройки.
#
# 2.
#
# fix: fixed a bug in a function that incorrectly rounds numbers.
#
# 3.
#
# feat: add generateReport function
#
# 4.
#
# style: fix margins and formatting without changing code logic
#
# 5.
#
# docs: add documentation for generateReport function
# test: add tests for generateReport function

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сабмичу

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HELP] Review DOCS

1 participant