diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e688613e0bb..a04649a757e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report 🐛 description: Report a bug -title: "[Bug] " +title: "fix: INSERT_DESCRIPTIVE_TITLE" labels: ["bug", "triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1f94e4b2501..7712a2c658d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request 💡 description: Request a feature -title: "[Feat] " +title: "feat: INSERT_DESCRIPTIVE_TITLE" labels: ["feat", "triage"] body: - type: markdown diff --git a/packages/branding/Backdrops_Static/geom-banner.png b/packages/branding/Backdrops_Static/geom-banner.png new file mode 100644 index 00000000000..aeb764cb7ac Binary files /dev/null and b/packages/branding/Backdrops_Static/geom-banner.png differ diff --git a/packages/website/docs/alpha-1-testnet/deploy-a-contract.md b/packages/website/docs/alpha-1-testnet/deploy-a-contract.md index fb2b08c2175..a25a066e4d5 100644 --- a/packages/website/docs/alpha-1-testnet/deploy-a-contract.md +++ b/packages/website/docs/alpha-1-testnet/deploy-a-contract.md @@ -21,6 +21,7 @@ These steps will show you how to deploy a smart contract to Taiko A1 using Found ```sh forge create --legacy --rpc-url https://l2rpc.a1.taiko.xyz --private-key src/Counter.sol:Counter ``` + Note: Remove "<" and ">" from We are using the `--legacy` flag because EIP-1559 is currently disabled on Taiko. We have plans to re-enable it in the future.