Add deprecation plan (#7485)

* add deprecation plan

* Update DEPRECATIONS.md
This commit is contained in:
Manuel
2021-08-10 22:55:16 +02:00
committed by GitHub
parent f8c4f9fc54
commit fda07aa45d
2 changed files with 13 additions and 1 deletions

12
DEPRECATIONS.md Normal file
View File

@@ -0,0 +1,12 @@
# Deprecation Plan <!-- omit in toc -->
The following is a list of deprecations, according to the [Deprecation Policy](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#deprecation-policy). After a feature becomes deprecated, and giving developers time to adapt to the change, the deprecated feature will eventually be removed, leading to a breaking change. Developer feedback during the deprecation period may postpone the introduction of the breaking change.
| Feature | Issue | Deprecation [][i_deprecation] | Planned Removal [][i_removal] | Status [][i_status] | Notes |
|---------|----|------------------|----------------------|----------|-------|
(none)
[i_deprecation]: ## "The version and date of the deprecation."
[i_removal]: ## "The version and date of the planned removal."
[i_status]: ## "The current status of the deprecation: deprecated (the feature is deprecated and still available), removed (the deprecated feature has been removed and is unavailable), retracted (the deprecation has been retracted and the feature will not be removed."