-
-
Notifications
You must be signed in to change notification settings - Fork 112
Changelog
Christoph Settgast edited this page Apr 16, 2023
·
8 revisions
We use the following format for pull request to have uniform changelogs. The PR header is:
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Examples:
fix: name in line tool dialog
feat: add copy to clipboard and measurement number to table
docs: mac version requires 10.13+
ci: sign windows installer
See eg. https://github.com/FashionFreedom/Seamly2D/pull/916
To link github issues in pull requests, use the following as the last line the commit or the PR description:
Closes: #123
Fixes: #123