Skip to content

Commit

Permalink
chore: Create feature.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 27, 2024
1 parent edbfad7 commit 4f4b9c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature Request
description: Request a new feature be supported by this project
title: "feat: <title>"

labels: []

assignees:
- edgarrmondragon

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out feature request!
- type: textarea
id: what
attributes:
label: Description
description: Describe the feature
placeholder: Tell us about the new feature in detail, how it would benefit you or other users
validations:
required: true

0 comments on commit 4f4b9c7

Please sign in to comment.