Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #58

Merged
merged 1 commit into from
Jan 16, 2025
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### Bug Title:
(Brief description of the bug)

### Environment:
- Operating System: (e.g., Windows 10, macOS, Ubuntu 20.04, etc.)
- Wave Version: (e.g., 1.0.0)
- Execution Environment: (e.g., Local, Server, etc.)

### Steps to Reproduce:
1. (Step 1 to reproduce the bug)
2. (Step 2 to reproduce the bug)
3. ...

### Expected Result:
(What should have happened if the bug didn’t occur)

### Actual Result:
(What actually happened when the bug occurred)

### Screenshot/Logs:
(Attach relevant screenshots or log files related to the bug)

### Additional Information:
(Any additional information or special circumstances related to the bug)
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### Feature Title:
(Brief description of the feature)

### Background:
(Explain the reason or background for requesting this feature)

### Expected Behavior:
(Describe in detail how this feature should behave)

### User Scenarios:
1. (User scenario 1)
2. (User scenario 2)
3. ...

### Additional Information:
(Any additional information or considerations related to the feature request)
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/performance-issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Performance Issue Report
about: Performance Issue
title: ''
labels: question
assignees: ''

---

### Performance Issue Title:
(Brief description of the performance issue)

### Environment:
- Operating System: (e.g., Windows 10, macOS, etc.)
- Wave Version: (e.g., 1.0.0)
- Hardware: (e.g., CPU, RAM, etc.)

### Performance Problem Description:
(Describe the performance degradation and its impact)

### Steps to Reproduce:
1. (Step 1 to reproduce the performance issue)
2. (Step 2 to reproduce the performance issue)
3. ...

### Expected Performance:
(What performance should have been like if it was working normally)

### Actual Performance:
(Describe the actual performance observed with degradation)

### Additional Information:
(Any additional information or context related to solving the performance issue)
Loading