Skip to content
Open
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Report a problem so we can fix it
labels: [bug]
---

# Bug report summary
A clear, concise description of the problem.

## Steps to reproduce
1.
2.
3.

## Expected behavior
What you expected to happen.

## Actual behavior
What actually happened.

## Screenshots or logs
Add screenshots or logs if they help explain the issue.

## Additional context
Anything else that might help us investigate.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea or enhancement
labels: [enhancement]
---

# Feature request summary
A clear, concise description of the feature.

## Problem to solve
What problem would this feature solve? Who benefits?

## Proposed solution
How you think this could work. Include examples if helpful.

## Alternatives considered
Other approaches you have considered.

## Additional context
Anything else that helps evaluate the request.
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Description
What does this change do?

## Changes
Describe the changes in this pull request.

## Screenshots (if UI changes)
Add screenshots or recordings if helpful.

Closes #[replace with issue no.]
Comment on lines +2 to +10
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template guidance text (e.g., “What does this change do?” / “Describe the changes…”) will be submitted verbatim into PR descriptions unless the author deletes it. Consider converting these helper prompts to HTML comments so contributors get guidance without adding noise to the PR body.

Suggested change
What does this change do?
## Changes
Describe the changes in this pull request.
## Screenshots (if UI changes)
Add screenshots or recordings if helpful.
Closes #[replace with issue no.]
<!-- What does this change do? -->
## Changes
<!-- Describe the changes in this pull request. -->
## Screenshots (if UI changes)
<!-- Add screenshots or recordings if helpful. -->
<!-- Closes #[replace with issue no.] -->

Copilot uses AI. Check for mistakes.
Loading