-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
1 changed file
with
44 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,44 @@ | ||
--- | ||
name: Requesting a Feature or Improvement | ||
about: "For feature requests. Please search for existing issues first. Also see CONTRIBUTING.md" | ||
title: '' | ||
labels: feedback, feature | ||
assignees: fxamacker | ||
|
||
--- | ||
|
||
<!-- | ||
Instructions: | ||
Please fill out the template below to the best of your ability. | ||
--> | ||
|
||
### Issue To Be Solved | ||
|
||
<!-- | ||
Replace this comment: | ||
Please present a concise description of the problem to be addressed by this feature request. | ||
Please be clear what parts of the problem are considered to be in-scope and out-of-scope.) | ||
--> | ||
|
||
### Suggested Solution | ||
|
||
<!-- | ||
Replace this comment: | ||
A concise description of your preferred solution. Things to address include: | ||
* Details of the technical implementation | ||
* Tradeoffs made in design decisions | ||
* Caveats and considerations for the future | ||
If there are multiple solutions, please present each one separately. Save comparisons for the very end.) | ||
--> | ||
|