change-type: type: select destination: title after-string: ']' before-string: '[' instructions: What kind of change? modifiable: true format: "%-12s" options: - fix - add - refactor - clean-up agent-hint: "Use 'fix' only for bug corrections. Use 'add' for new features or behaviors. Use 'refactor' for restructuring without behaviour change. Use 'clean-up' for things like deleting obsolete code or changing user-facing text." breaking-indicator: type: select destination: title instructions: "Skip unless breaking change" allow-empty: true empty-selection-text: "Skip" after-string: ": " options: - breaking commit-title: type: text destination: title placeholder: Commit Title commit-description: allow-empty: true destination: body instructions: Please describe your changes. agent-hint: "This should be the same detailed summary you have, or would have provided the user about your changes." type: multiline-text after-string: "\n" ticket-number: type: text destination: body data-type: integer allow-empty: true before-string: "\nTicket: " instructions: "Associated Ticket Number (if any)" meta_element_changelog: change-type-key: "change-type" commit-title-key: "commit-title" before-group-heading: "[" after-group-heading: "]" display_aliases: fix: "fixed" add: "added" refactor: "refactored" clean-up: "cleaned"