Skip to content

Commit

Permalink
fix: Added Feature Request Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Mallick authored Sep 10, 2024
1 parent 3774143 commit 8798310
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
-->

0 comments on commit 8798310

Please sign in to comment.