mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Feat: Templates for PR and Issues
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
---
|
||||
name: "[FEAT] Feature Template"
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEAT] Name of the features"
|
||||
labels: enhancement
|
||||
assignees: MasterAcnolo
|
||||
|
||||
---
|
||||
|
||||
## Check Before Requesting
|
||||
Make sure this feature doesn't already exist in the issues.
|
||||
|
||||
## Feature Description
|
||||
Describe the feature you want to add or improve.
|
||||
|
||||
## Why is this Feature Useful?
|
||||
Explain the benefit for users or the project.
|
||||
|
||||
## Examples / Context
|
||||
Provide an example or use case if possible.
|
||||
|
||||
## Screenshots / Mockups (if applicable)
|
||||
@@ -3,7 +3,7 @@ name: "[BUG] Issues Template "
|
||||
about: Report something that doesn't work fine
|
||||
title: "[BUG] Name of the bug / issues"
|
||||
labels: bug
|
||||
assignees: MasterAcnolo
|
||||
assignees: "MasterAcnolo"
|
||||
|
||||
---
|
||||
|
||||
44
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
44
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature or enhancement
|
||||
title: "[FEATURE] "
|
||||
labels: enhancement
|
||||
assignees: 'MasterAcnolo'
|
||||
|
||||
---
|
||||
|
||||
## Feature Description
|
||||
|
||||
A clear and concise description of the feature you'd like to see.
|
||||
|
||||
## Problem it Solves
|
||||
|
||||
Describe the problem or limitation this feature would address.
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
Describe how you envision this feature working.
|
||||
|
||||
## Alternative Solutions
|
||||
|
||||
Have you considered any alternative approaches? Describe them here.
|
||||
|
||||
## Use Case
|
||||
|
||||
Provide specific examples of how you would use this feature.
|
||||
|
||||
## Implementation Considerations
|
||||
|
||||
Are there any technical challenges or dependencies you're aware of?
|
||||
|
||||
## Priority
|
||||
|
||||
How important is this feature to you?
|
||||
- [ ] Critical - Blocking my workflow
|
||||
- [ ] High - Would significantly improve my experience
|
||||
- [ ] Medium - Nice to have
|
||||
- [ ] Low - Minor improvement
|
||||
|
||||
## Additional Context
|
||||
|
||||
Add any other context, mockups, or screenshots about the feature request here.
|
||||
56
.github/ISSUE_TEMPLATE/performance-issue.md
vendored
Normal file
56
.github/ISSUE_TEMPLATE/performance-issue.md
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
name: Performance Issue
|
||||
about: Report slow downloads, high CPU/memory usage, or crashes
|
||||
title: "[PERFORMANCE] "
|
||||
labels: performance
|
||||
assignees: MasterAcnolo
|
||||
|
||||
---
|
||||
|
||||
## Performance Issue Type
|
||||
|
||||
- [ ] Slow download speed
|
||||
- [ ] High CPU usage
|
||||
- [ ] High memory usage
|
||||
- [ ] Application freeze/hang
|
||||
- [ ] Application crash
|
||||
- [ ] Other (specify below)
|
||||
|
||||
## Description
|
||||
|
||||
Clear description of the performance issue.
|
||||
|
||||
## System Information
|
||||
|
||||
- **Freedom Loader Version**: [e.g. 1.4.1]
|
||||
- **Windows Version**: [e.g. Windows 11 22H2]
|
||||
- **CPU**: [e.g. Intel i7-9700K]
|
||||
- **RAM**: [e.g. 16GB]
|
||||
- **Storage**: [e.g. SSD/HDD]
|
||||
- **Other Applications Opened**: [e.g. Discord/Opera GX]
|
||||
|
||||
## Reproduction Details
|
||||
|
||||
- **Download URL**: [if applicable]
|
||||
- **File Size/Length**: [e.g. 2GB / 2 hours]
|
||||
- **Quality Setting**: [e.g. 1080p, Best]
|
||||
- **Audio Only**: Yes / No
|
||||
|
||||
## Expected Performance
|
||||
|
||||
What performance did you expect?
|
||||
|
||||
## Actual Performance
|
||||
|
||||
What performance are you experiencing? (Include metrics if possible: download speed, CPU %, memory usage)
|
||||
|
||||
## Logs
|
||||
|
||||
Attach logs with verbose mode enabled if possible:
|
||||
```
|
||||
C:\Users\[USERNAME]\AppData\Local\FreedomLoader\logs\LOGS-YYYY-MM-DD.log
|
||||
```
|
||||
|
||||
## Additional Context
|
||||
|
||||
Any other relevant information (network speed, antivirus software, other running applications).
|
||||
30
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Question or Support
|
||||
about: Ask a question about using Freedom Loader
|
||||
title: "[QUESTION] "
|
||||
labels: question
|
||||
assignees: 'MasterAcnolo'
|
||||
|
||||
---
|
||||
|
||||
## Pre-submission Checklist
|
||||
|
||||
- [ ] I have checked the [FAQ](https://masteracnolo.github.io/FreedomLoader/pages/faq.html)
|
||||
- [ ] I have reviewed the [Wiki](https://masteracnolo.github.io/FreedomLoader/pages/wiki.html)
|
||||
- [ ] I have searched existing issues
|
||||
|
||||
## Question
|
||||
|
||||
What would you like to know?
|
||||
|
||||
## What I've Tried
|
||||
|
||||
Describe what you've already attempted to solve this yourself.
|
||||
|
||||
## Environment (if relevant)
|
||||
|
||||
- **Freedom Loader Version**: [e.g. 1.4.1]
|
||||
|
||||
## Additional Context
|
||||
|
||||
Any other information that might be helpful.
|
||||
Reference in New Issue
Block a user