LarpixClient/node_modules/conventional-changelog-atom
2026-05-03 17:09:55 +02:00
..
templates Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
CHANGELOG.md Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
conventional-changelog.js Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
conventional-recommended-bump.js Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
index.js Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
LICENSE.md Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
package.json Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
parser-opts.js Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
README.md Add capacitorjs runtime 2026-05-03 17:09:55 +02:00
writer-opts.js Add capacitorjs runtime 2026-05-03 17:09:55 +02:00

NPM version Build Status Dependency Status Coverage Status

conventional-changelog atom preset

Issues with the convention itself should be reported on the Atom issue tracker.

Atom Convention

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Consider starting the commit message with an applicable emoji:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • πŸ“ :memo: when writing docs
    • 🐧 :penguin: when fixing something on Linux
    • 🍎 :apple: when fixing something on Mac OS
    • 🏁 :checkered_flag: when fixing something on Windows
    • πŸ› :bug: when fixing a bug
    • πŸ”₯ :fire: when removing code or files
    • πŸ’š :green_heart: when fixing the CI build
    • βœ… :white_check_mark: when adding tests
    • πŸ”’ :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies
    • πŸ‘• :shirt: when removing linter warnings

Based on https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages