Skip to content

Commit 6c99882

Browse files
authored
Update CONTRIBUTING.md to outline issue assignment practice (#1457)
* update contributing doc to explain we do not assign issues * Refactor change to a github "important" block
1 parent af5664b commit 6c99882

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ In particular, we appreciate support in the following areas:
88
- Fixing and responding to [issues](https://github.com/ethereum/execution-specs/issues), especially those tagged as [E-easy](https://github.com/ethereum/execution-specs/labels/E-easy) which are meant as introductory issues for external contributors.
99
- Improving the documentation.
1010

11+
> [!IMPORTANT]
12+
> Generally, we do not assign issues to external contributors. If you want to work on an issue, you are very welcome to go ahead and make a pull request. We would, hoever, be happy to answer questions you may have before you start implementing.
1113
1214
For details about EELS usage and building, please refer the [README](https://github.com/ethereum/execution-specs/blob/master/README.md#usage)
1315

@@ -36,7 +38,7 @@ When creating pull requests affecting multiple forks, we recommended submitting
3638
2. Apply the changes across the other forks, push them, and mark the pull request as ready for review.
3739

3840
This saves you having to apply code review feedback repeatedly for each fork.
39-
41+
4042
### Development
4143

4244
Running the tests necessary to merge into the repository requires:

0 commit comments

Comments
 (0)