Skip to content

Commit 637724c

Browse files
committed
Add GitHub issue templates for bugs, features, and feedback
1 parent c2b9cf2 commit 637724c

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a problem with CleanMac-Pro
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
A clear and concise description of what the bug is.
12+
13+
## Steps to Reproduce
14+
1. Run command: `...`
15+
2. See error: `...`
16+
17+
## Expected Behavior
18+
What should have happened?
19+
20+
## Actual Behavior
21+
What actually happened?
22+
23+
## Screenshots/Logs
24+
If applicable, add screenshots or terminal output.
25+
26+
## System Information
27+
- macOS Version:
28+
- CleanMac-Pro Version:
29+
- Hardware:
30+
- Network Type: [Wi-Fi/Ethernet]
31+
32+
## Additional Context
33+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Suggest an idea for CleanMac-Pro
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Problem Statement
11+
What problem are you trying to solve?
12+
13+
## Proposed Solution
14+
Describe your ideal solution.
15+
16+
## Alternatives Considered
17+
What alternatives have you considered?
18+
19+
## Additional Context
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 📊 User Feedback
3+
about: Share your experience and results
4+
title: '[FEEDBACK] '
5+
labels: feedback
6+
assignees: ''
7+
8+
---
9+
10+
## Your Results
11+
- **Before optimization:**
12+
- **After optimization:**
13+
- **Improvement:**
14+
15+
## System Information
16+
- macOS Version:
17+
- Hardware:
18+
- Connection Type: [Wi-Fi/Ethernet]
19+
- ISP/Speed Plan:
20+
21+
## Your Experience
22+
How did CleanMac-Pro work for you?
23+
24+
## Permission to Quote
25+
- [ ] I give permission to use my feedback in testimonials
26+
- [ ] I'd like to remain anonymous
27+
28+
## Suggestions
29+
Any ideas for improvement?

0 commit comments

Comments
 (0)