diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..3763bbdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..de31c2e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/performance-issue-report.md b/.github/ISSUE_TEMPLATE/performance-issue-report.md new file mode 100644 index 00000000..5372b7e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance-issue-report.md @@ -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)