Skip to content
Merged
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
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Components extend `Component` and use:
- Extensive CI/CD pipeline with multiple test configurations
- When sending data to executeJS, always pass it as parameters and use $1,$2 etc and never concatenate strings
- When creating a commit that will resolve an issue in the same repository, add "Fixes #issuenumber" to the commit message
- When creating a PR, mark it as a draft on GitHub and remind the user about reviewing the code themselves and marking the PR ready
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- When creating a PR, mark it as a draft on GitHub and remind the user about reviewing the code themselves and marking the PR ready
- When creating a pull request, mark it as a draft on GitHub and remind the user about reviewing the code themselves and marking the pull request ready

- Don't add @since to javadocs
- When adding unit tests, add only the essential ones and not more than that
- Use test: instead of fix: when fixing only tests
Loading