Skip to content

Commit

Permalink
Update config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 1, 2024
1 parent 61b3be1 commit ad19b38
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 70 deletions.
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: "🐛 Report a Bug"
description: "Report a bug or problem with Hawk"
title: "Bug: "
labels: ["type/bug", "status/backlog"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug in Hawk!
- type: textarea
id: description
attributes:
label: "What happened?"
description: "Describe what you were doing and what went wrong"
placeholder: "Clear, concise description of the issue"
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: "Steps to Reproduce"
description: "How can we reproduce this issue?"
placeholder: |
1. Run command '...'
2. With parameters '...'
3. See error
validations:
required: true
- type: input
id: version
attributes:
label: "Hawk Version"
description: "What version of Hawk are you running?"
placeholder: "e.g., 1.2.0"
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 External Issue"
description: "Link to user-reported issue (if applicable)"
placeholder: "#123"
- type: textarea
id: technical-analysis
attributes:
label: "Technical Analysis"
description: "Root cause analysis"
validations:
required: false
- type: textarea
id: implementation-plan
attributes:
label: "Implementation Plan"
description: "Proposed fix approach"
validations:
required: false
- type: textarea
id: acceptance-criteria
attributes:
label: "Acceptance Criteria"
description: "What needs to be true for this to be resolved?"
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: "🐛 Report a Bug"
url: https://github.com/T0pcyber/Hawk/issues/new?template=user_bug_report.yml
url: https://github.com/T0pcyber/Hawk/issues/new?template=bug_report.yml
about: "Found a bug? Report it here"
- name: "💡 Suggest a Feature"
url: https://github.com/T0pcyber/Hawk/issues/new?template=user_feature_request.yml
url: https://github.com/T0pcyber/Hawk/issues/new?template=feature_request.yml
about: "Have an idea for improvement? Let us know"
- name: "📚 Documentation Issue"
url: https://github.com/T0pcyber/Hawk/issues/new?template=documentation.yml
Expand Down
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/dev_feature_request.yml

This file was deleted.

File renamed without changes.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/user_bug_report.yml

This file was deleted.

0 comments on commit ad19b38

Please sign in to comment.