initial commit

This commit is contained in:
Ozgun Ozerk
2023-10-25 14:54:03 +03:00
committed by Özgün Özerk
parent ad35c7f322
commit 09faec91d7
8 changed files with 251 additions and 0 deletions
@@ -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