commit6fb3c103c7Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:29:16 2025 +0700 fix: adjust subsection number width in table of contents commitc29aab89e1Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:24:47 2025 +0700 fix: adjust subsection indentation and dot separation in table of contents commit9d89e950ceAuthor: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:22:47 2025 +0700 fix: adjust spacing for table of contents and list titles commitf19b18ec8dAuthor: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:20:56 2025 +0700 feat: adjust chapter title spacing and increase section numbering depth - Modify chapter title top spacing from 0pt to 0cm for consistency - Set section numbering depth to 3 levels (1.1.1 format) commit4be018fe57Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:17:02 2025 +0700 feat: Update watermark text and settings for draft mode commit8e6b2fbb13Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:15:19 2025 +0700 feat: Update language settings and bibliography strings for Indonesian and English Closes #81 commit3af5a5dbb1Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:12:30 2025 +0700 feat: Add documentclass scope to commit message template commitc8f5662977Author: nuluh <dam.ar@outlook.com> Date: Fri May 23 14:10:40 2025 +0700 feat(documentclass): Add packages for SVG support, indentation, and float placement
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# .gitmessage
|
|
|
|
# <type>(<scope>): <subject>
|
|
# |<---- Using a Maximum Of 50 Characters ---->|
|
|
#
|
|
# Explain the problem that this commit is solving. Focus on why you
|
|
# are making this change as opposed to how. Use clear, concise language.
|
|
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
|
|
#
|
|
# -- COMMIT END --
|
|
# Types:
|
|
# feat (new feature)
|
|
# fix (bug fix)
|
|
# refactor (refactoring code)
|
|
# style (formatting, no code change)
|
|
# doc (changes to documentation)
|
|
# test (adding or refactoring tests)
|
|
# perf (performance improvements)
|
|
# chore (routine tasks, dependencies)
|
|
# exp (experimental work/exploration)
|
|
#
|
|
# Scope:
|
|
# latex (changes to thesis LaTeX)
|
|
# documentclass (LaTeX in-house document class changes)
|
|
# src (changes to Python source code)
|
|
# nb (changes to notebooks)
|
|
# ml (ML model specific changes)
|
|
# data (data processing/preparation)
|
|
# viz (visualization related)
|
|
# all (changes spanning entire repository)
|
|
# -------------------- |