Create bug_report.yml

This commit is contained in:
Carter Perez 2025-11-12 08:38:48 -05:00 committed by GitHub
parent ae46fa0ee3
commit d22b9242eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 71 additions and 0 deletions

71
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,71 @@
name: Bug Report
description: Report a bug in existing code or documentation
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Bug Report
Thanks for taking the time to report a bug. Please fill out the information below.
- type: textarea
id: description
attributes:
label: Description
description: A clear description of the bug.
placeholder: Describe what went wrong
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened.
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
placeholder: e.g., Ubuntu 22.04, macOS 14, Windows 11
- type: input
id: version
attributes:
label: Python/Node Version
placeholder: e.g., Python 3.11, Node 20
- type: input
id: project
attributes:
label: Project Affected
placeholder: e.g., Port Scanner, API Security Tester
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other relevant information.