Skip to content

Commit 3322a5d

Browse files
committed
Add EVM compatibility issue template
1 parent 71fab4e commit 3322a5d

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: EVM compatibility
3+
about: Report behavior that differs from expected EVM tooling or RPC compatibility
4+
title: "[EVM-COMPAT] "
5+
labels: evm-compat, linear
6+
assignees: ''
7+
8+
---
9+
10+
**Library or tool**
11+
Which library, connector, RPC method, template, or docs page is involved?
12+
13+
**SeiJS package and version**
14+
Check your `package.json` for the package name and version.
15+
16+
**Network**
17+
Mainnet, testnet, devnet, local, or unknown.
18+
19+
**Expected EVM behavior**
20+
What behavior did you expect from standard EVM tooling?
21+
22+
**Observed Sei behavior**
23+
What happened instead?
24+
25+
**Minimal reproduction**
26+
Provide the smallest code sample, command, RPC payload, or repository link that reproduces the issue.
27+
28+
**Error output or transaction hash**
29+
Paste the relevant error, RPC response, transaction hash, or receipt.
30+
31+
**Classification**
32+
If known, choose one:
33+
- SDK gap
34+
- Network issue
35+
- Upstream issue
36+
- Docs issue
37+
- Intentional divergence
38+
39+
**Additional context**
40+
Add any other context that may help with triage.

docs/evm-parity/issue-sla.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The operational target is simple: no open GitHub issue tagged `evm-compat` shoul
1212

1313
Use `evm-compat` for reports where a developer expected standard EVM behavior through viem, wagmi, ethers, wallet connectors, JSON-RPC, or common ERC/token flows.
1414

15+
Use the GitHub issue template named **EVM compatibility** for new reports.
16+
1517
## Required Triage Fields
1618

1719
Each issue should include:

0 commit comments

Comments
 (0)