Skip to content

Commit 4c005f1

Browse files
geokneemds1
andauthored
add extra contribution guidance (#161)
* add extra contribution guidance * Update CONTRIBUTING.md Co-authored-by: Matt Solomon <matt@mattsolomon.dev> --------- Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
1 parent 1a774bd commit 4c005f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ You can even focus on a particular test and chain combination:
6464
```
6565
go test -run=TestGasPriceOracleParams/11155420
6666
```
67-
### 5. Raise your Pull Request
68-
Automated checks will run, and your PR will be reviewed in due course.
67+
68+
### 5. Open Your Pull Request
69+
When opening a PR:
70+
- Open it from a non-protected branch in your fork (e.g. avoid the `main` branch). This allows maintainers to push to your branch if needed, which streamlines the review and merge process.
71+
- Open one PR per chain you would like to add. This ensures the merge of one chain is not blocked by unexpected issues.
72+
73+
Once the PR is opened, the same automated checks from Step 4 will then run on your PR, and your PR will be reviewed in due course. Once these checks pass the PR will be merged.
6974

7075
## Adding a superchain target
7176

0 commit comments

Comments
 (0)