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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---

## Description
A clear and concise description of what the bug is.

## Steps to Reproduce
1. Step one
2. Step two
3. Step three

## Expected Behavior
Describe what you expected to happen.

## Actual Behavior
What actually happened.

## Screenshots / Logs
If applicable, add screenshots or logs to help explain your problem.

## Checklist
- [ ] I have checked existing issues for duplicates
- [ ] I have included relevant logs/screenshots
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Maintainers
url: https://github.com/Shikhar-Shetty
about: Contact the maintainers for guidance.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''
---

## Feature Description
Describe the feature you would like.

## Use Case / Problem
Why is this feature needed? What problem does it solve?

## Proposed Solution
Explain your proposed solution.

## Additional Notes / References
Any other context, examples, or references.

## Checklist
- [ ] I have searched existing issues for similar requests
- [ ] I have provided as much detail as possible
Loading