-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Now that the RFC to deprecate Ember.K has been merged, this is a pretty simple task to implement, and one that is perfect for a new contributor to perform since it's not technically complex and it balanced between documentation and implementation.
The tasks to perform are divided in a couple repositories:
- Read the RFC, to understand the motivation and the outcome.
- Amend the deprecations guide in the website reporsitory.
Information of the deprecation:
id:ember-metal.ember-k
until: 3.0.0
explanation:
The entry must explain how to automatically remove usages ofEmber.Kin your codebase using ember-watson.
It must also explain that there is two options on the command:--emptyand--return-this
and that while the second is 100% compatible, the first is probably what they want. Check the
addendum on the RFC for more information. - Create a PR in Ember.js itselt deprecating
Ember.K.
As stated in the previous point, the id of the deprecation must beember-metal.ember-kand the
urlmust point to the entry in the deprecation guide you've just created.
If you are not familiar with how deprecations are made, this is a good example of how the id, until and url are used
If anyone wants to go and deprecate this, I can provide support or guidance on the process. Feel free to ping me in Slack on here anytime.
Reactions are currently unavailable