-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from T0pCyber/master
Merge form changes from main into development
- Loading branch information
Showing
11 changed files
with
240 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: "💡 Request a Feature" | ||
description: "Suggest a new feature or improvement for Hawk" | ||
title: "Feature: " | ||
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" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
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: 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
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: 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# documentation.yml | ||
name: "📚 Documentation Update" | ||
description: "Report issues with documentation or request updates" | ||
title: "Docs: " | ||
labels: ["type/documentation", "status/backlog"] | ||
body: | ||
- type: textarea | ||
id: documentation-issue | ||
attributes: | ||
label: "What needs to be updated?" | ||
description: "Describe what documentation needs to be added, updated, or fixed" | ||
placeholder: "Clear description of documentation changes needed" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposed-changes | ||
attributes: | ||
label: "Proposed Changes" | ||
description: "What changes would you like to see?" | ||
placeholder: "Specific suggestions for documentation updates" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: current-page | ||
attributes: | ||
label: "Current Documentation Link" | ||
description: "If this is about existing documentation, provide the link" | ||
placeholder: "https://github.com/T0pcyber/Hawk/wiki/page-name" | ||
validations: | ||
required: false | ||
|
||
- 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: textarea | ||
id: implementation-plan | ||
attributes: | ||
label: "Implementation Plan" | ||
description: "How should these documentation changes be implemented?" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional-resources | ||
attributes: | ||
label: "Additional Resources" | ||
description: "Related documents, screenshots, or examples needed" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: acceptance-criteria | ||
attributes: | ||
label: "Acceptance Criteria" | ||
description: "What needs to be true for this documentation update to be complete?" | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: "❓ Ask a Question" | ||
description: "Have a question about Hawk? Ask it here!" | ||
title: "Question: " | ||
labels: ["type/question", "status/backlog"] | ||
body: | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: "Your Question" | ||
description: "Please provide a clear and concise question." | ||
placeholder: "Type your question here..." | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "💡 Request a Feature" | ||
url: https://github.com/T0pcyber/Hawk/issues/new?template=01_feature_request_form.yml | ||
about: "Have an idea for improvement? Let us know" | ||
- name: "🐛 Report a Bug" | ||
url: https://github.com/T0pcyber/Hawk/issues/new?template=02_bug_report_form.yml | ||
about: "Found a bug? Report it here" | ||
- name: "📚 Documentation Issue" | ||
url: https://github.com/T0pcyber/Hawk/issues/new?template=03_documentation_update_form.yml | ||
about: "Report issues with documentation or request updates" | ||
- name: "❓ Ask a Question" | ||
url: https://github.com/T0pcyber/Hawk/issues/new?template=04_question_form.yml | ||
about: "Have a question about Hawk? Ask it here!" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Test GITHUB_TOKEN Write Access | ||
|
||
on: | ||
workflow_dispatch: # Allows you to manually trigger this test | ||
|
||
jobs: | ||
test-write-access: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Test GITHUB_TOKEN Write Access | ||
env: | ||
ISSUE_NUMBER: 138 # Replace with an existing issue number in your repository | ||
run: | | ||
curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ | ||
-X POST \ | ||
-d '{"body": "Testing GITHUB_TOKEN write access"}' \ | ||
"https://api.github.com/repos/${{ github.repository }}/issues/${ISSUE_NUMBER}/comments" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters