Warning, /utilities/konsole/doc/developer/commit-template is written in an unsupported language. File is not indexed.

0001 # Add this to your .gitconfig after renaming/moving/etc
0002 #[commit]
0003 #    template = ~/.commit-template
0004 #
0005 #  Please enter the commit message for your changes. Lines starting
0006 #  with '#' will be ignored, and an empty message aborts the commit.
0007 #  You MUST wrap all lines at 72 characters.
0008 #  https://community.kde.org/Policies/Commit_Policy
0009 #  https://community.kde.org/Infrastructure/GitLab#Write_a_good_commit_message
0010 #  For Git commit hook keywords see:
0011 #  https://community.kde.org/Policies/Commit_Policy#Special_keywords_in_GIT_and_SVN_log_messages
0012 # ==[ Subject: One line ONLY short meaningful description for logs ]===|
0013 
0014 # ==[ Blank: Follow the Subject with a blank line, do NOT remove ]=====|
0015 
0016 # ==[ Details: Describe what changed and explain why it changed]=======|
0017 
0018 
0019 # ==[ Fields: Uncomment and edit where applicable ]====================|
0020 # --[ Close bug in bugs.kde.org as fixed ]-----------------------------|
0021 #BUG: <bug number>
0022 #FIXED-IN: <optional release version>
0023 # --[ Add to release changelog optionally close wish in bugs.kde.org ]-|
0024 #FEATURE: <optional bug number>
0025 #FIXED-IN: <optional release version>
0026 # --[ Copy commit message to a bug or wish in bugs.kde.org ]-----------|
0027 #CCBUG: <bug number>
0028 # --[ Copy commit message to an email address ]------------------------|
0029 #CCMAIL: <email>
0030 #
0031 # --[ Notify documentation team of user visible changes ]--------------|
0032 #GUI:
0033 #
0034 # --[ Notify team of something interesting ]-------------|
0035 #CHANGELOG:
0036 #
0037 # --[ Mark commit as silent for commit filter filtering. ]-------------|
0038 #   [ Use sparingly and only for uninteresting and       ]
0039 #   [ uncontroversial commits.                           ]
0040 #GIT_SILENT
0041 #
0042