docs(issue_template): add feature request template for GitHub issues
Browse filesAdd a structured template to guide users when submitting feature requests
.github/ISSUE_TEMPLATE/feature_request.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: Feature request
|
| 3 |
+
about: Suggest an idea or improvement
|
| 4 |
+
title: "[Feature] "
|
| 5 |
+
labels: feature
|
| 6 |
+
assignees: ""
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Problem this solves
|
| 10 |
+
|
| 11 |
+
## Proposed solution
|
| 12 |
+
|
| 13 |
+
## Alternatives considered
|
| 14 |
+
|
| 15 |
+
## Risks and rollout plan
|
| 16 |
+
|
| 17 |
+
## Additional context
|
| 18 |
+
|