Skip to content

Commit

Permalink
Create RFC_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswoj authored Jan 17, 2017
1 parent 5e11aa3 commit 39344e6
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions RFC_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Motivation

<!--
What problem are we trying to solve?
What use cases are we trying to accommodate?
(Focus on the problem and save design ideas for the next section.)
-->

## Design Alternatives

<!--
How could we accommodate the use cases above?
Is "do nothing" an option?
-->

## Design

<!--
Which design should we implement?
What are the advantages of this design?
What are some potential drawbacks of this design?
-->

### Mock-Up

<!--
What will this design look like to developers?
What will this design look like to end users?
-->

### Concepts

<!--
How will we teach this design?
What terminology will work best for the new concepts introduced by this design?
What existing precedents support the new concepts?
Where do the concepts set new precedents?
-->

### Implementation

<!--
How you would implement the design in Javascript?
How you would implement the design in C++?
What parts of the Mapbox GL ecosystem will need to change to accomodate this design?
Are there any important edge cases?
-->

0 comments on commit 39344e6

Please sign in to comment.