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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Bug Report

## Summary
Briefly describe the issue.

## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error

## Expected Behavior
What you expected to happen.

## Actual Behavior
What actually happened.

## Environment
- OS:
- Browser/App Version:
- Other details:

## Additional Context
Add any screenshots, logs, or notes here.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false

contact_links: []

# This file ensures a dropdown menu appears when users click "New Issue".
# Templates listed here are automatically detected from the markdown files.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/custom_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Custom Issue

## Summary
Brief description of your issue, request, or question.

## Details
Explain what you're reporting, suggesting, or asking in more detail.

## Suggested Solution (if applicable)
Optional: If you have a proposed solution or workaround, describe it here.

## Related Links / References
Include any URLs, issue numbers, code snippets, etc.

## Additional Context
Any extra context or files that might help us understand better.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Documentation Update

## Page or Section
Which documentation page or section is affected?

## Issue
What’s wrong or missing?

## Suggested Improvement
How should it be improved?

## Additional Context
Add screenshots, examples, or references here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Feature Request

## Summary
What feature would you like to see added?

## Motivation
Why is this feature important or useful?

## Proposed Solution
How should it work?

## Alternatives Considered
List any alternative solutions or features you've considered.

## Additional Context
Add any mockups, examples, or links here.