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
45 changes: 19 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

labels: 'bug'
assignee: 'AlrasheedA'
---

**Describe the bug**
## 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
## To Reproduce

**Expected behavior**
A clear and concise description of what you expected to happen.
Please share the **code and steps** needed to reproduce this behavior.

**Screenshots**
If applicable, add screenshots to help explain your problem.
- Include a **minimal, self-contained working example**
- Avoid referencing large datasets or unrelated parts of your code.

## Expected Behavior

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
## Additional context

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Include any of the following if relevant:

**Additional context**
Add any other context about the problem here.
- Error messages or stack traces
- Screenshots
- Environment details (OS, Python, package versions, etc.)
- Any other context that might help diagnose the issue
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

26 changes: 15 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
name: Feature request
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Describe the feature

What would you like to see added or changed?

## Use case or motivation

Why is this feature useful or necessary? How would it improve your workflow?

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Additional context

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
Include any of the following if helpful:

**Additional context**
Add any other context or screenshots about the feature request here.
- Example use cases
- Screenshots or mockups
- Similar features in other tools
- Suggested implementation details