DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
53 stars 11 forks source link

style: Fix HTML repr styling #481

Closed huyenngn closed 1 hour ago

huyenngn commented 9 hours ago
github-actions[bot] commented 9 hours 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
Wuestengecko commented 6 hours ago

Before:

image

After:

image

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?