Skip to content

Commit 2b5de1d

Browse files
authored
Add an issue template for Feature Requests (#1162)
## Summary Currently we have issue templates for Bug Reports and for Plugin Requests, but not for general Feature Requests. This PR adds a template for the Feature Request case.
1 parent 462211d commit 2b5de1d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or new feature for this project
4+
title: '[Feature]: '
5+
labels: feature
6+
7+
---
8+
9+
**Is your feature request related to a problem you're trying to solve? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here. Has the feature been requested before? If so, provide a link to the issue.

0 commit comments

Comments
 (0)