-
Notifications
You must be signed in to change notification settings - Fork 0
Style Guide
Harsh Dev Jha edited this page Mar 8, 2026
·
1 revision
Consistency is key to a maintainable codebase. All eOzka projects follow these core principles.
We follow the Conventional Commits specification.
-
feat:A new feature -
fix:A bug fix -
docs:Documentation only changes -
style:Changes that do not affect the meaning of the code (white-space, formatting, etc) -
refactor:A code change that neither fixes a bug nor adds a feature -
test:Adding missing tests or correcting existing tests
-
JavaScript/TypeScript: We use our standardized
eOzka-Lint-Config(ESLint + Prettier). -
Flutter/Dart: We adhere to the official
flutter_lintspackage with ourZenithThemestricter overrides. -
Python: We strictly enforce
Blackformatting andflake8compliance.
Before submitting any PR, ensure you have run the linting scripts in the respective repository.
Maintained by the eOzka Organization
Copyright Β© 2026-Present eOzka Organization. All rights reserved.
- π Home
- π Getting Started
- π‘ Contributing
- π Code of Conduct
- π¬ Communication
- π Our Projects (Full Directory)
- π§ Project Stress Calculator
- ποΈ Project Entab D
- β _Project Template
- π _Project Template
- π Style Guide
- π¦ Release Process
- π Support
- π Security
- ποΈ Legal Notice