The repository contains code related to UI for YTsaurus platform.
- packages/ui - UI code for YTsaurus platform CHANGELOG
- packages/interface-helpers - library contains some helpers for UI CHANGELOG
- packages/javascript-wrapper - API library to communicate with YTsaurus platform backends CHANGELOG
- we prefer
rebases
instead ofsquashes
each commit should represent a small logically finished change of code - use interactive rebase to add changes to your PRs
- all the commits should have a title that corresponds to convetional commits
- to release new version of a changed package your PR should contain at least one
fix
/feat
/BREAKING_CHANGES
commit - CHANGELOG.md files are automatically generated from titles of
fix
/feat
/BREAKING_CHANGES
commits, so they should have short clear descriptions