Skip to content

Commit

Permalink
Merge branch 'main' into 184-ethereum-evm
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat authored May 26, 2024
2 parents e9a8949 + 2c2872a commit 22418c7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 21 deletions.
22 changes: 10 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,23 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report! Briefly describe the issue you're experiencing. Tell us what you were trying to do and what happened instead. Remember, this is not a place to ask for help debugging code. For that, we welcome you in the OpenZeppelin Community Forum: https://forum.openzeppelin.com/.
- type: checkboxes
id: templates
attributes:
label: templates
description: Which template is this issue related to?
options:
- label: Generic Runtime Template
required: false
- label: Evm Template
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: if you want, you can include screenshots as well :)
validations:
required: true
- type: checkboxes
id: platform
attributes:
label: platform
description: On which operating system did this bug emerge?
options:
- label: linux
required: false
- label: windows
required: false
- label: macos
required: false
- type: textarea
id: expected
attributes:
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/core_implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ description: Create a report to help us improve
title: "🏗️ [Core Feature]: "
labels: ["core"]
body:
- type: checkboxes
id: templates
attributes:
label: templates
description: Which template is this issue related to?
options:
- label: Generic Runtime Template
required: false
- label: Evm Template
required: false
- type: textarea
id: feature
attributes:
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ body:
attributes:
value: |
Thanks for taking the time to fill this feature request!
- type: checkboxes
id: templates
attributes:
label: templates
description: Which template is this issue related to?
options:
- label: Generic Runtime Template
required: false
- label: Evm Template
required: false
- type: textarea
id: feature
attributes:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/generic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "cargo tests"
name: "generic template cargo tests"

on:
push:
Expand Down Expand Up @@ -52,9 +52,6 @@ jobs:
- name: git checkout
uses: actions/checkout@v4

- name: cd to `generic` template
run: cd generic-template

- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0
with:
Expand Down
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*/target/
/target/
**/target/
/.idea
.DS_Store
.thumbs.db
Expand All @@ -22,6 +21,6 @@ docs/node_modules
docs/build

# zombienet stuff
zombienet-macos
zombienet-linux-x64
bin-*
**/zombienet-macos
**/zombienet-linux-x64
**/bin-*

0 comments on commit 22418c7

Please sign in to comment.