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

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 🚀 Feature Request
about: Suggest a new idea or enhancement for this project
title: "[Feature]: "
labels: [enhancement]
assignees: ""
---

## ✨ Description
A clear and concise description of the feature you’d like to see.

## 💡 Motivation
Why do you need this feature? What problem does it solve or what improvement does it bring?

## 🧩 Proposed Solution
Describe how you think this could be implemented. Include any technical details, examples, or diagrams if helpful.

## 🔄 Alternatives Considered
List any alternative solutions or features you’ve thought about.

## 🧠 Additional Context
Add any other context, screenshots, or related issues that could help us understand the request better.
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Description

**Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.**

Fixes # (issue) *(only if applicable)*

### Type of Change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Other (please specify):

### Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] New and existing unit tests pass locally with my changes

### Screenshots (if applicable)

**Please include any relevant screenshots or images that help explain the changes made.**
Loading