Skip to content

Commit 1dc3637

Browse files
authored
Added Feature Proposal Template (#714)
* Create feature-proposal.md Added Feature Proposal Template * Update feature-proposal.md
1 parent 7b3c77e commit 1dc3637

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# FEATURE_NAME
2+
3+
| name | about| title|lables|asignees|
4+
| ----| ---- |------| ------| ------- |
5+
|Feature proposal| Suggest an idea | | proposal|
6+
7+
**Author of Proposal:**
8+
## Reason or Problem
9+
Describe what the need for this new feature is or what problem this new feature will address.
10+
## Proposal
11+
Description of the new feature, how it will be used, what it will fix, etc.
12+
13+
**Design:**
14+
Include description of this feature's design with enough detail for those who are familiar enough with this project to understand the feature and how it could be implmented. This section should get into specifics of how the feature will be designed and implemented.
15+
16+
**Usage:**
17+
Detailed instructions for this feature's use.
18+
19+
**Value:** What value does the implementation of this new feature bring to xarray-spatial.
20+
## Stakeholders and Impacts
21+
Who are the stakeholders in this update? Will you be implementing this new feature or will someone else? What is the potential impact of implementing this new feature? Specifically, what are some other components would be impacted?
22+
## Drawbacks
23+
What are potential reasons why this feature should not be implemented?
24+
## Alternatives
25+
Describe other solutions or features you have considered when coming up with this proposal.
26+
27+
## Unresolved Questions
28+
What are parts of this feature's design that are undecided.
29+
## Additional Notes or Context
30+
Anything elses that is important to know for the implementation of this new feature.

0 commit comments

Comments
 (0)