mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
workflow fix (#182)
* workflow fix * issue templates revized * gitignore fix
This commit is contained in:
@@ -7,6 +7,16 @@ 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:
|
||||
@@ -14,18 +24,6 @@ body:
|
||||
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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "cargo tests"
|
||||
name: "generic template cargo tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user