Skip to content
Draft
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
9 changes: 8 additions & 1 deletion .cursor/rules/pr-review.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,11 @@ When adding a new weblog, verify the name is unique across all languages. Search

- `bug` and `flaky` markers must include a JIRA ticket (e.g., `bug (JIRA-123)`)
- Values with special YAML characters (`>`, `<`, `:`, `#`) must be quoted
- Entries should be sorted alphabetically within each manifest file
- Entries should be sorted alphabetically within each manifest file

## 11. New decorators

PRs should not typically create new decorators. If a PR centered around creating, editing, activating or deactivating tests creates new decorators, it is most likely an error and you should comment with the correct approach.
One exception to that would be creating a new scenario.

- Ref: [skip-tests.md](mdc:docs/edit/skip-tests.md)
Loading