You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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 -->
2
4
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.
4
8
5
-
### How was it fixed?
9
+
## ✅ Checklist
10
+
<!-- Please check off all required items. For those that don't apply remove them accordingly. -->
6
11
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/):
- [ ] 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.
0 commit comments