From 066b052b26da148ce0467af6711ce0b8df4a7819 Mon Sep 17 00:00:00 2001 From: Anton Platonov Date: Fri, 30 Jan 2026 12:40:35 +0200 Subject: [PATCH 1/2] chore: Add guideline for Claude Code for marking PRs as drafts on GitHub --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 3e112e35306..75f567609c8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -168,3 +168,4 @@ 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 a reviewing the code themselves and marking the PR ready From 5f013f6374e81acb0bf62c514fbfaeab9462d847 Mon Sep 17 00:00:00 2001 From: Anton Platonov Date: Fri, 30 Jan 2026 12:42:20 +0200 Subject: [PATCH 2/2] Fix typo in PR creation guideline --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 75f567609c8..6c4e268abee 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -168,4 +168,4 @@ 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 a reviewing the code themselves and marking the PR ready +- 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