You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/08/23 13:00:04 UTC

[cordova-contribute] 02/07: extract actual deprecation policy

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-deprecation
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 1134f653d752162dcbea9f2aca7942b28b8de36d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Aug 22 20:13:15 2018 +0200

    extract actual deprecation policy
---
 deprecation.md | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/deprecation.md b/deprecation.md
index 470e9ae..14d6c35 100644
--- a/deprecation.md
+++ b/deprecation.md
@@ -1,43 +1,3 @@
-# Deprecation and Archiving Policy
-
-Apache Cordova has been around quite some time, having been started back in August 2008. As it consists of many individual "parts", some of those stopped being useful for any number of reasons. This "Deprecation and Archiving Policy" describes why, when and how projects can be deprecated and archived - and what that actually means.
-
-## Deprecation Policy
-
-When a piece of Apache Cordova stops being useful or necessary we vote on deprecating it on our [dev mailing list](mailing-lists.md).
-
-### Reasons for Deprecation
-
-Common reasons for deprecation of a piece of Apache Cordova are:
-
-- General availability of a web standard that achieves the same thing
-- A better replacement is available somewhere else
-- Usage of a platform declined to a non relevant level
-- A platform was deprecated itself by its producer
-
-### Meaning of Deprecation
-
-When we deprecate something it means no more work will be done on it. We make the deprecation clearly visible in the project's `README.md` (see [Deprecation notice templates](#deprecation-and-archiving-notice-templates) which might also include a reason and links to alternatives if available) and repository description.
-
-**Users can still use the software** as before, we just put them on notice that the software might break in the future - e.g. with new operating system releases or bugs might be found - and we won't fix this any more.
-
-**Users can also still fork the repository** and create their own bug fixes and even new features. The forks will be discoverable with the GitHub "Network" and "Forks" features. There you can see all forks available and easily spot extra commits people have done in an easy and visual way.
-
-**Cordova might still accept bug fix Pull Requests** on the original repository and create a patch release.
-
-## Archiving Policy
-
-A deprecated repository might also be archived when we won't provide support of any kind (Issues, Pull Requests, any releases) for this piece of software any more. Again the decision is made on our [dev mailing list](mailing-lists.md).
-
-A repository can be deprecated and archived at the same time.
-
-### Meaning of Archiving
-
-Additionally to the points listed in [Meaning of Deprecation](#meaning-of-deprecation), an archived repository is "read only" in any way: No more commits, Issues or Pull Requests are possible.
-
-This is achieved by using GitHub's [archive repositories](https://help.github.com/articles/about-archiving-repositories/) feature:
-
-> When a repository is archived, its issues, pull requests, code, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions, and comments become read-only. To make changes in an archived repository, you must unarchive the repository first.
 
 ## Deprecating or Archiving a Repository
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org