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/22 21:53:46 UTC

[cordova-contribute] 06/06: more polish

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 e8baa8d9a4151207802a78d76aa9a9375d3276e9
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Aug 22 20:45:03 2018 +0200

    more polish
---
 deprecation.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/deprecation.md b/deprecation.md
index c09e9d0..56f5c37 100644
--- a/deprecation.md
+++ b/deprecation.md
@@ -6,29 +6,29 @@
 
 ### 1. Make changes in `README.md`
 
-Add the [Deprecation Notice Template](#deprecation-notice-templates) to the `README.md` of the project. Add a reason and a link to further information (e.g. blog post, web standard definition etc.).
+Add the [Deprecation Notice Template](#deprecation-notice-template) to the `README.md` of the project. Add a reason and a link to further information (e.g. blog post, web standard definition etc.).
 
 ### 2. Request GitHub repository changes
 
-A [PMC](TODO) member has to [open an issue with Apache INFRA](https://issues.apache.org/jira/browse/INFRA) to request changes to the GitHub repository.
+A PMC member has to [open an issue with Apache INFRA](https://issues.apache.org/jira/browse/INFRA) to request changes to the GitHub repository.
 
 For deprecation:
 
 1. Make sure deprecation notice is in `README.md` and contains all information
-1. [Open an issue](https://issues.apache.org/jira/browse/INFRA) and request that the repository description is prefixed with `[DEPRECTATED]`
+1. [Open an issue](https://issues.apache.org/jira/browse/INFRA) and request that the repository description is prefixed with `[DEPRECATED]`
 
 For archiving:
 
 1. Make sure there are no more open Issues and Pull Requests for this repository  
-If there are, please close them with this suggested text or similar:
-   > TODO  
-   > We are archiving this repository following our deprecation policy documented at ..TODO..  
-   > Thanks for your issue or pull request anyway.  
-   > TODO
+   If there are, please close them with this suggested text or similar:
+   > We are archiving this repository following [Apache Cordova's Deprecation Policy](https://cordova.apache.org/deprecation_policy.html). We won't do any more work on this repository therefore all Issues and Pull Requests are closed. Thanks for your issue or pull request.  
+   ```markdown
+   We are archiving this repository following [Apache Cordova's Deprecation Policy](https://cordova.apache.org/deprecation_policy.html). We won't do any more work on this repository therefore all Issues and Pull Requests are closed. Thanks for your issue or pull request.
+   ```
 1. Make sure deprecation notice is in `README.md` and contains all information
-1. [Open an issue](https://issues.apache.org/jira/browse/INFRA) and request a) that the repository description is prefixed with `[DEPRECTATED]` and b) the repository is archived on GitHub
+1. [Open an issue](https://issues.apache.org/jira/browse/INFRA) and request that a) the repository description is prefixed with `[DEPRECATED]` and b) the repository is archived on GitHub
 
-## Deprecation Notice Templates
+## Deprecation Notice Template
 
 ---
 **Deprecation Notice**


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