diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f19e678f..717c8aab5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @danipopes @klkvr @mattsse +* @matter-labs/devxp +* @matter-labs/external-moonsonglabs-team diff --git a/.github/INTEGRATION_FAILURE.md b/.github/INTEGRATION_FAILURE.md deleted file mode 100644 index bda129177..000000000 --- a/.github/INTEGRATION_FAILURE.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "bug: long-running integration tests failed" -labels: P-high, T-bug ---- - -The heavy (long-running) integration tests have failed. This indicates a regression in Foundry. - -Check the [heavy integration tests workflow page]({{ env.WORKFLOW_URL }}) for details. - -This issue was raised by the workflow at `.github/workflows/heavy-integration.yml`. diff --git a/.github/ISSUE_TEMPLATE/BUG-FORM.yml b/.github/ISSUE_TEMPLATE/BUG-FORM.yml index b2575134d..f9c0455ca 100644 --- a/.github/ISSUE_TEMPLATE/BUG-FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG-FORM.yml @@ -1,6 +1,6 @@ name: Bug report description: File a bug report -labels: ["T-bug", "T-needs-triage"] +labels: ["bug 🐛", "needs triage ♟️"] body: - type: markdown attributes: @@ -16,9 +16,7 @@ body: options: - Forge - Cast - - Anvil - Foundryup - - Chisel - Other (please describe) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml index 581eb5c0d..3ce5a4072 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-FORM.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest a feature -labels: ["T-feature", "T-needs-triage"] +labels: ["feature ➕", "needs triage ♟️"] body: - type: markdown attributes: @@ -16,9 +16,7 @@ body: options: - Forge - Cast - - Anvil - Foundryup - - Chisel - Other (please describe) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 201877db6..98894ca55 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - - name: Support - url: https://t.me/foundry_support - about: This issue tracker is only for bugs and feature requests. Support is available on Telegram! + - name: Dev Support + url: https://github.com/ZKsync-Community-Hub/zksync-developers/discussions/ + about: This issue tracker is only for bugs and feature requests. Support is available on Dev Discussions! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef4a037ad..a3f5dcd7f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,17 @@ - +# Why :hand: +* Reason why first thing was added to PR +* Reason why second thing was added to PR +* Reason why third thing was added to PR -## Motivation +# Evidence :camera: +Include screenshots, screen recordings, or `console` output here demonstrating that your changes work as intended - + -## Solution - - + \ No newline at end of file diff --git a/.github/RELEASE_FAILURE_ISSUE_TEMPLATE.md b/.github/RELEASE_FAILURE_ISSUE_TEMPLATE.md index 2ff598cc1..ee3780f39 100644 --- a/.github/RELEASE_FAILURE_ISSUE_TEMPLATE.md +++ b/.github/RELEASE_FAILURE_ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ --- title: "bug: release workflow failed" -labels: P-high, T-bug +labels: p0 :white_circle:, bug 🐛 --- The release workflow has failed. Some or all binaries might have not been published correctly. diff --git a/.github/compilation-benchmark.png b/.github/compilation-benchmark.png deleted file mode 100644 index 0f3355ce6..000000000 Binary files a/.github/compilation-benchmark.png and /dev/null differ diff --git a/.github/demo.gif b/.github/demo.gif deleted file mode 100644 index c45469b11..000000000 Binary files a/.github/demo.gif and /dev/null differ diff --git a/.github/logo.png b/.github/logo.png deleted file mode 100644 index 8e24b87ef..000000000 Binary files a/.github/logo.png and /dev/null differ