Skip to content

Commit e7e00a1

Browse files
kclowesSamWilsn
authored andcommitted
chore(weld): Add merged pull request template
1 parent cdbe21f commit e7e00a1

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
### What was wrong?
1+
## 🗒️ Description
2+
<!-- Brief description of the changes introduced by this PR -->
3+
<!-- Don't submit this PR if it could expose a mainnet bug, see SECURITY.md in the repo root for details -->
24

3-
Related to Issue #
5+
## 🔗 Related Issues or PRs
6+
<!-- Reference any related issues using the GitHub issue number (e.g., Fixes #123). Default is N/A. -->
7+
N/A.
48

5-
### How was it fixed?
9+
## ✅ Checklist
10+
<!-- Please check off all required items. For those that don't apply remove them accordingly. -->
611

12+
- [ ] All: Ran fast `tox` checks to avoid unnecessary CI fails, see also [Code Standards](https://eest.ethereum.org/main/getting_started/code_standards/) and [Enabling Pre-commit Checks](https://eest.ethereum.org/main/dev/precommit/):
13+
```console
14+
uvx --with=tox-uv tox -e lint,typecheck,spellcheck,markdownlint
15+
```
16+
- [ ] All: PR title adheres to the [repo standard](https://eest.ethereum.org/main/getting_started/contributing/?h=contri#commit-messages-issue-and-pr-titles) - it will be used as the squash commit message and should start `type(scope):`.
17+
- [ ] All: Considered adding an entry to [CHANGELOG.md](/ethereum/execution-spec-tests/blob/main/docs/CHANGELOG.md).
18+
- [ ] All: Considered updating the online docs in the [./docs/](/ethereum/execution-spec-tests/blob/main/docs/) directory.
19+
- [ ] All: Set appropriate labels for the changes (only maintainers can apply labels).
20+
- [ ] Tests: Ran `mkdocs serve` locally and verified the auto-generated docs for new tests in the [Test Case Reference](https://eest.ethereum.org/main/tests/) are correctly formatted.
21+
- [ ] Tests: For PRs implementing a missed test case, update the [post-mortem document](/ethereum/execution-spec-tests/blob/main/docs/writing_tests/post_mortems.md) to add an entry the list.
22+
- [ ] Ported Tests: All converted JSON/YML tests from [ethereum/tests](/ethereum/tests) or [tests/static](/ethereum/execution-spec-tests/blob/main/tests/static) have been assigned `@ported_from` marker.
723

824
#### Cute Animal Picture
925

0 commit comments

Comments
 (0)