Skip to content

Getting Started

Jason T Alborough edited this page Nov 4, 2024 · 5 revisions

Essentials Plugin [EPI] Template

Repo Naming Standards

Devices

epi-manufacture-model

  • Must start with epi
  • The device manufacture company name
  • The device or class of models
  • All lowercase with '-' as separator
  • Ex: epi-epiphan-pearl
  • Ex: epi-biamp-tesira

Logic

epi-class-functionality

Commit Message Standards

  • All commit messages must follow conventional commits
  • Acceptable prefixes
    • feat/feature - for new features
    • fix - for bug fixes
    • chore - for maintenance tasks
    • docs - for documentation changes
    • style - for code style/formatting changes
    • refactor - for code refactoring
    • perf - for performance improvements
    • test - for adding or modifying tests
    • build - for build system changes
    • ci - for CI configuration changes
    • revert - for reverting changes
    • wip - for work in progress

Clone this wiki locally