Skip to content

Instantly share code, notes, and snippets.

View ejpcmac's full-sized avatar
🎯
Focusing

Jean-Philippe Cugnet ejpcmac

🎯
Focusing
View GitHub Profile
@ejpcmac
ejpcmac / git-z.toml
Created March 13, 2025 09:22
List of commit types for typst projects
version = "0.2"
# The available types of commits and their description.
#
# Types are shown in the dialog in the order they appear in this configuration.
[types]
feat = "add something new to the document"
fix = "patch something incorrect in the document (including typos)"
refactor = "restructure the document without changing its meaning"
docs = "update the documentation only (including README and alike)"