-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Jason T Alborough edited this page Nov 4, 2024
·
5 revisions
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
epi-class-functionality
- Must start with epi
- The class of functionality
- utilities
- The specific functionality
- All lowercase with '-' as separator
- Ex: epi-utilities-sendemail
- Ex: epi-utilities-timer
- 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