You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add comprehensive contributing guide and refactor AGENTS.md (#14)
* test(preview): update tests for new action button structure
- Update i18n mock to include new translation keys for retry and more actions
- Change mock failed task to use PARTIAL_FAILED status (8) instead of FAILED (0)
- Refactor tests to verify "More Actions" dropdown instead of individual action buttons
- Update test descriptions to reflect new UI structure with primary/dropdown actions
- Add verification for dropdown trigger elements in button tests
chore: add .codebuddy to .gitignore
* docs: add comprehensive contributing guide and refactor AGENTS.md
Add detailed CONTRIBUTING.md file with:
- Code of conduct and community guidelines
- Complete development setup instructions
- Step-by-step feature development workflow
- Code style guidelines and naming conventions
- Commit message and PR process documentation
- Testing guidelines and help resources
Refactor AGENTS.md to remove duplicated feature development instructions
and reference the new CONTRIBUTING.md guide instead, improving documentation
organization and maintainability.
npm run test:renderer # Run component tests (if applicable)
383
-
npm run test:coverage # Check coverage
384
-
```
385
-
17. Run `npm run lint` and `npm run typecheck` and `npm run dev` to test
283
+
284
+
For detailed instructions on adding new features, including step-by-step development workflow, code examples, and testing guidelines, please refer to **[CONTRIBUTING.md](./CONTRIBUTING.md#adding-new-features)**.
0 commit comments