Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Contributing

Thank you for contributing.

## Workflow

1. Create a feature branch
2. Keep changes focused and minimal
3. Run build/tests before submitting
4. Open a pull request with clear description

## Coding Guidelines

- Use strict TypeScript typing
- Keep components small and focused
- Prefer feature module organization
- Follow existing naming conventions

## Validation

```bash
npm run build
npm run test
```
Loading