Closed huyenngn closed 1 hour ago
The pull request does not conform to the conventional commit specification. Please ensure that your commit messages follow the spec: https://www.conventionalcommits.org/. We also strongly recommend that you set up your development environment with pre-commit, as described in our Contributing guidelines. This will run all the important checks right before you commit your changes, and avoids lengthy CI wait time and round trips.
This is the commit validation log:
⧗ input: style: Fix HTML repr styling
✖ type must be one of [build, chore, ci, docs, feat, fix, merge, perf, refactor, revert, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Here are some examples of valid commit messages:
feat(model): Add realized_states to State and Mode
fix(aird): Prevent creating circles with r=0
docs(readme): Update project description
Before:
After:
Puts the icon and name of an element in the HTML repr title on one line
But ... they were already in one line before.
Also makes title larger
It's smaller now.
What exactly were you attempting to fix?