Skip to content

Commit

Permalink
chore: update .github templates and codeowners (#613)
Browse files Browse the repository at this point in the history
chore: update .github templates
  • Loading branch information
dutterbutter authored Oct 21, 2024
1 parent 1c99984 commit 0d4c091
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @danipopes @klkvr @mattsse
* @matter-labs/devxp
* @matter-labs/external-moonsonglabs-team
10 changes: 0 additions & 10 deletions .github/INTEGRATION_FAILURE.md

This file was deleted.

4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/BUG-FORM.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -16,9 +16,7 @@ body:
options:
- Forge
- Cast
- Anvil
- Foundryup
- Chisel
- Other (please describe)
validations:
required: true
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/FEATURE-FORM.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -16,9 +16,7 @@ body:
options:
- Forge
- Cast
- Anvil
- Foundryup
- Chisel
- Other (please describe)
validations:
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!
30 changes: 13 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.
# What :computer:
* First thing updated with this PR
* Second thing updated with this PR
* Third thing updated with this PR

Bug fixes and new features should include tests.
-->
# 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

<!--
Explain the context and why you're making that change. What is the problem
you're trying to solve? In some cases there is not a problem and this can be
thought of as being the motivation for your change.
-->
<!-- All sections below are optional. You can uncomment any section applicable to your Pull Request. -->

## Solution

<!--
Summarize the solution and provide any necessary context needed to understand
the code change.
-->
<!-- # Notes :memo:
* Any notes/thoughts that the reviewers should know prior to reviewing the code? -->
2 changes: 1 addition & 1 deletion .github/RELEASE_FAILURE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Binary file removed .github/compilation-benchmark.png
Binary file not shown.
Binary file removed .github/demo.gif
Binary file not shown.
Binary file removed .github/logo.png
Binary file not shown.

0 comments on commit 0d4c091

Please sign in to comment.