Skip to content

Commit

Permalink
Feature/129 add initial user feature request form
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 1, 2024
1 parent df2208d commit 2acb181
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/user_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "💡 Suggest a Feature"
description: "Suggest a new feature or improvement for Hawk"
title: "Feature: "
labels: ["enhancement", "triage", "external"]
body:
- type: textarea
id: problem
attributes:
label: What problem would this feature solve?
placeholder: Clear description of the current limitation/problem
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How would you like this to work?
validations:
required: true

0 comments on commit 2acb181

Please sign in to comment.