Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.18 KB

README.md

File metadata and controls

20 lines (17 loc) · 2.18 KB

educoy_app

A new Education App project.

style: very good analysis

Commit message glossary

Keyword Description
feat A new feature is introduced with the changes.
fix A bug fix has occurred.
chore Changes that do not relate to a fix or feature and don't modify src/features or test files.
refactor Refactored code that neither fixes a bug nor adds a feature.
docs Updates to documentation such as the README or other markdown files.
style Changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on.
test Including new or correcting previous tests.
perf Performance improvements.
ci Continuous integration related.
build Changes that affect the build system or external dependencies.
revert Reverts a previous commit.