mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
name: 🐞 Bug report
|
||||
description: Create a report to help us improve
|
||||
title: '🐞 [Bug]: '
|
||||
labels: ["bug"]
|
||||
assignees:
|
||||
- ozgunozerk
|
||||
body:
|
||||
- type: markdown
|
||||
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: 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 emerged?
|
||||
options:
|
||||
- label: linux
|
||||
required: false
|
||||
- label: windows
|
||||
required: false
|
||||
- label: macos
|
||||
required: false
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What should have happened instead?
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Contribution Guidelines
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Contribution Guidelines
|
||||
required: true
|
||||
@@ -0,0 +1,28 @@
|
||||
name: 🎁 Feature Request
|
||||
description: Suggest an idea for this project ⚡️
|
||||
title: "🎁 [Feature Request]: "
|
||||
labels: ["enhancement"]
|
||||
assignees:
|
||||
- ozgunozerk
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill this feature request!
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: What is the feature you would like to see?
|
||||
description: Is your feature request related to a specific problem? Is it just a crazy idea? Tell us about it!
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Contribution Guidelines
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/substrate-generic-vanilla/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Contribution Guidelines
|
||||
required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user