-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3774143
commit 8798310
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: 'Feature Request: [Concise Description of the Feature]' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
name: "✨ Feature Request" | ||
about: Suggest an amazing new idea for this project | ||
title: 'Feature: [Concise Description of the Feature]' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Is your feature request related to a problem you're trying to solve with Universal-Box? Please describe.** | ||
<!-- A clear and concise description of what the problem is. Ex. I have an issue when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. Add any considered drawbacks. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**How would this feature improve Universal-Box?** | ||
<!-- Explain how the proposed feature would enhance the functionality and user experience of Universal-Box. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context, mockups, or screenshots about the feature request here. --> | ||
|
||
## Are you willing to resolve this issue by submitting a Pull Request? | ||
|
||
<!-- | ||
Remember that first-time contributors are welcome! 🙌 | ||
--> | ||
|
||
- [ ] Yes, I have the time and skills to work on this feature. | ||
- [ ] Yes, I have the time, but I would need guidance on how to implement it. | ||
- [ ] No, I don't have the time, although I believe I could do it if I had the time... | ||
- [ ] No, I don't have the time and I wouldn't even know how to start. | ||
|
||
<!-- | ||
👋 Thank you for taking the time to suggest this feature for Universal-Box! | ||
Your input helps us improve and expand the tool to better serve the needs of developers. | ||
--> |