Skip to content

Commit

Permalink
Combine user and dev feature request form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 1, 2024
1 parent 1edc82c commit efa29fc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ contact_links:
- name: "💡 Suggest a Feature"
url: https://github.com/T0pcyber/Hawk/issues/new?template=user_feature_request.yml
about: "Have an idea for improvement? Let us know"
- name: "💡 Dev Feature Request Form"
url: https://github.com/T0pcyber/Hawk/issues/new?template=dev_feature_request.yml
- name: "💡 Dev Feature Request Form"
url: https://github.com/T0pcyber/Hawk/issues/new?template=dev_bug_report.yml
about: "Have an idea for improvement? Let us know"
- name: "📚 Documentation Issue"
url: https://github.com/T0pcyber/Hawk/issues/new?template=documentation.yml
about: "Report issues with documentation"
42 changes: 38 additions & 4 deletions .github/ISSUE_TEMPLATE/user_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,53 @@
name: "💡 Suggest a Feature"
description: "Suggest a new feature or improvement for Hawk"
title: "Feature: "
labels: ["enhancement", "triage", "external"]
labels: ["type/feature", "status/backlog"]
body:
- type: textarea
id: problem
attributes:
label: What problem would this feature solve?
placeholder: Clear description of the current limitation/problem
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?
label: "Proposed Solution"
description: "How would you like this to work?"
validations:
required: true
- type: markdown
attributes:
value: "---
### ⚙️ Developer Section (For Hawk Team Members Only)
*The following sections are for internal use by the Hawk development team. Users can ignore these fields.*"
- type: input
id: external-issue
attributes:
label: "Related Feature Request"
description: "Link to user feature request (if applicable)"
placeholder: "#123"
- type: textarea
id: technical-requirements
attributes:
label: "Technical Requirements"
description: "Detailed feature requirements"
validations:
required: false
- type: textarea
id: implementation-approach
attributes:
label: "Implementation Approach"
description: "Technical approach and architecture changes"
validations:
required: false
- type: textarea
id: acceptance-criteria
attributes:
label: "Acceptance Criteria"
description: "Specific conditions that must be met"
validations:
required: false

0 comments on commit efa29fc

Please sign in to comment.