Skip to content

Commit

Permalink
Merge pull request rust-lang#285 from emberjs/locks-patch-1
Browse files Browse the repository at this point in the history
Update 0000-template.md
  • Loading branch information
rwjblue authored Dec 16, 2017
2 parents 1b3e82a + d1cd907 commit bcbe0b5
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions 0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,55 @@
- RFC PR: (leave this empty)
- Ember Issue: (leave this empty)

# Summary
# (fill me with the RFC title)

One paragraph explanation of the feature.
## Summary

# Motivation
> One paragraph explanation of the feature.
Why are we doing this? What use cases does it support? What is the expected
## Motivation

> Why are we doing this? What use cases does it support? What is the expected
outcome?

# Detailed design
## Detailed design

> This is the bulk of the RFC.
This is the bulk of the RFC. Explain the design in enough detail for somebody
> Explain the design in enough detail for somebody
familiar with the framework to understand, and for somebody familiar with the
implementation to implement. This should get into specifics and corner-cases,
and include examples of how the feature is used. Any new terminology should be
defined here.

# How We Teach This
## How We Teach This

What names and terminology work best for these concepts and why? How is this
> What names and terminology work best for these concepts and why? How is this
idea best presented? As a continuation of existing Ember patterns, or as a
wholly new one?

Would the acceptance of this proposal mean the Ember guides must be
> Would the acceptance of this proposal mean the Ember guides must be
re-organized or altered? Does it change how Ember is taught to new users
at any level?

How should this feature be introduced and taught to existing Ember
> How should this feature be introduced and taught to existing Ember
users?

# Drawbacks
## Drawbacks

Why should we *not* do this? Please consider the impact on teaching Ember,
> Why should we *not* do this? Please consider the impact on teaching Ember,
on the integration of this feature with other existing and planned features,
on the impact of the API churn on existing apps, etc.

There are tradeoffs to choosing any path, please attempt to identify them here.
> There are tradeoffs to choosing any path, please attempt to identify them here.
# Alternatives
## Alternatives

What other designs have been considered? What is the impact of not doing this?
> What other designs have been considered? What is the impact of not doing this?
This section could also include prior art, that is, how other frameworks in the same domain have solved this problem.
> This section could also include prior art, that is, how other frameworks in the same domain have solved this problem.
# Unresolved questions
## Unresolved questions

Optional, but suggested for first drafts. What parts of the design are still
> Optional, but suggested for first drafts. What parts of the design are still
TBD?

0 comments on commit bcbe0b5

Please sign in to comment.