MKTG: Die Jahreszahl muss hier auf der Toplevel Masterfolie ggf. pro Jahr V1.0 05.01.2021 Hinweis MKTG: Fußzeile über „Einfügen Kopf- und Fußzeile ändern! CHECKLISTS AND GIT AND LINITING Präsentation 24 ¢ Git Commit Templates ¢ Git commit linting (https://github.com/alessandrojcm/commitli nt-pre-commit-hook) ¢ Generiere automatisch Changelog (https://github.com/git-chglog/git-chglog) ################################################## # Write a title summarizing what this commit does. ################################################## # Conventional commits # see https://www.conventionalcommits.org/en/v1.0.0/#summary (and below) #<type>[(optional <scope>)]: <description> # #[optional <body>] # #[optional <footer(s)>] # type: build, change, chore, ci, deprecate, docs, feat, fix, perf, refactor # type: revert, security, style, test ######################################################################## # Why is this change happening? # Describe the purpose, such as a goal, or use case, or user story, etc. # For every line, use 72 char maximum width, which is this line's width. ######################################################################## #Why: ######################################################################## # How is this change happening? # Describe any relevant algorithms, protocols, implementation spec, etc. # For every line, use 72 char maximum width, which is this line's width. ######################################################################## #How: ######################################################################## # Add any tags you want, such as search text, hashtags, keywords, codes. # For every line, use 72 char maximum width, which is this line's width. ######################################################################## #Tags: ### GIT TRAILERS -- THESE MUST BE LAST IN THE COMMIT MESSAGE ### # Provide links to any relevant tickets, articles or other resources # # See: # Co-authored-by: Alice Adams <
[email protected]> # Sponsored-by: Adam Anderson <
[email protected]> # Close / Closes / Closed: # Fix / Fixes / Fixed: # Resolve / Resolves / Resolved: https://gist.github.com/rattermeyer/9a7a9c596ab163bb4c25220f9f9eb2b1