Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Bug Report
description: Report a bug or unexpected behavior
title: "[BUG]: "
labels:
- bug

body:
- type: textarea
id: description
attributes:
label: Bug Description
description: Describe the issue clearly.
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps To Reproduce
placeholder: |
1. Go to...
2. Click...
3. Observe...
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots or Additional Context
Empty file.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Documentation Improvement
description: Suggest improvements to documentation
title: "[DOCS]: "
labels:
- documentation

body:
- type: textarea
id: current
attributes:
label: Current Documentation Issue
description: What is unclear, missing, or incorrect?
validations:
required: true

- type: textarea
id: suggestion
attributes:
label: Suggested Improvement
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional Context
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Enhancement Request
description: Suggest a feature or improvement
title: "[ENHANCEMENT]: "
labels:
- enhancement

body:
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem would this enhancement solve?
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your idea.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered

- type: textarea
id: context
attributes:
label: Additional Context