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:05 UTC

[cordova-contribute] 03/07: one deprecation notice template is enough

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 38279c55f7011f0bcb6a178f92c68a892e32597a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Aug 22 20:14:05 2018 +0200

    one deprecation notice template is enough
---
 deprecation.md | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/deprecation.md b/deprecation.md
index 14d6c35..52cfbd7 100644
--- a/deprecation.md
+++ b/deprecation.md
@@ -24,33 +24,31 @@ For archiving:
 ## Deprecation and Archiving notice templates
 
 ### Deprecated Repository
+## Deprecation Notice Templates
 
-```markdown
 ---
 **Deprecation Notice**
-This repo is deprecated. No more development, we still might release security fixes and other necessary patch updates. Please find other way to solve the problem.
-- Reason for deprecation: ...
-- Relevant links: ...
-Feel free to fork this repository and work on your fork. Your fork will show up in https://github.com/apache/cordova-.../network/member where other users can look for updated forks.
 
-No more work will be done on this plugin by the Cordova development community. You can continue to use this plugin and it should work as-is in the future but any more arising issues will not be fixed by the Cordova community.
+This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is in the future but any more future issues will not be fixed by the Cordova community.
+
+Feel free to fork this repository and work on your fork. Existing forks are listed in [Network](network) and [Forks](network/members).
+
+- Reason for deprecation: ...
+- Learn more: https://example.org/article
 ---
-```
 
-### Archived Repository
+### Markdown
 
 ```markdown
 ---
-**Deprecation and Archiving Notice**
-This repo is archived. No more development.
-GitHub repository is archived, which means no more code changes, issues or pull requests.
-- Reason for deprecation: ...
-- Relevant links: ...
-Feel free to fork this repository and work on your fork.
----
-```
+**Deprecation Notice**
 
+This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is in the future but any more future issues will not be fixed by the Cordova community.
 
+Feel free to fork this repository and work on your fork. Existing forks are listed in [Network](network) and [Forks](network/members).
+
+- Reason for deprecation: ...
+- Learn more: https://example.org/article
 ---
 > Mailing list discussion on the topic:
 > https://lists.apache.org/thread.html/34369ada22f8a616e90471d38c8fd7def2eb17ff3ddbf4ba0b47987f@%3Cdev.cordova.apache.org%3E
\ No newline at end of file


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