Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Description
What does this change do?

## Changes
Describe the changes of this pull request.

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

## Closes
- #[replace with issue no.]
Loading