Skip to content

Commit fb1a889

Browse files
committed
Merge remote-tracking branch 'origin/v21' into bidi-frame-spec
2 parents 8757188 + b8bec2b commit fb1a889

8 files changed

Lines changed: 463 additions & 24 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,4 @@ samples/PupppeterSharpAspNetFrameworkSample/PupppeterSharpAspNetFrameworkSample/
299299
# Visual Studio Code user config directory
300300
.vscode/
301301
tools/github-ops/.env
302+
lib/.claude/settings.local.json
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Context
2+
You are a software developer integrating changes from a project written in TypeScript into a .NET project.
3+
We call upstream to the original typescript project.
4+
5+
# Task
6+
7+
You are going to check the changes on the PR $ARGUMENTS
8+
You will find the upstream repository at ../../puppeteer/puppeteer. Feel free to read the code there and even make git action to bring the changes you need to evaluate.
9+
10+
Once you have all the context, you will implement the same changes in this .NET project.
11+
You will create a new branch named `implement-upstream-change-<PR_NUMBER>` where `<PR_NUMBER>` is the number of the PR you are implementing.
12+
You will have to implement the code as close as possible to the original code, but adapted to .NET idioms and practices.
13+
14+
As part of the task you will need to generate a document explaining the changes you made, and how they relate to the original PR.
15+
16+
You need to run related tests to ensure everything is working as expected.
17+
If tests are failing, you will need to fix them.

0 commit comments

Comments
 (0)