docs: initialize engineering starter kit

This commit is contained in:
AzuTear
2026-06-28 09:40:40 +02:00
commit ed8efda692
23 changed files with 3131 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# {{PROJECT_NAME}} Conventions
## Naming
- {{NAMING_RULE}}
## File Organization
- {{FILE_ORGANIZATION_RULE}}
## Folder Organization
- {{FOLDER_ORGANIZATION_RULE}}
## Dependency Injection
- {{DEPENDENCY_INJECTION_RULE}}
## Logging
- {{LOGGING_RULE}}
## Validation
- {{VALIDATION_RULE}}
## Error Handling
- {{ERROR_HANDLING_RULE}}
## DTO Rules
- {{DTO_RULE}}
## Repository Rules
- {{REPOSITORY_RULE}}
## Service Rules
- {{SERVICE_RULE}}
## Testing
- Unit tests: {{UNIT_TEST_RULE}}
- Integration tests: {{INTEGRATION_TEST_RULE}}
- End-to-end tests: {{E2E_TEST_RULE}}
## Git Workflow
- Branch naming: {{BRANCH_NAMING}}
- Merge policy: {{MERGE_POLICY}}
- Commit style: {{COMMIT_STYLE}}
## Pull Requests
- {{PULL_REQUEST_RULE}}
## Code Reviews
- {{CODE_REVIEW_RULE}}