You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/10 01:18:40 UTC

[cordova-contribute] branch brodybits-cleanup-remove-trailing-spaces created (now b823c08)

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

brodybits pushed a change to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git.


      at b823c08  remove trailing spaces from testing.md

This branch includes the following new commits:

     new f264105  remove trailing spaces from .github/ISSUE_TEMPLATE.md
     new 5ca948b  remove trailing spaces from .github/ISSUE_TEMPLATE/BUG_REPORT.md
     new 3e24d6c  remove trailing spaces from .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
     new 9192c0f  remove trailing spaces from CONTRIBUTING.md
     new 4020a4e  remove trailing spaces from create-reproduction.md
     new 9c20cb0  remove trailing spaces from deprecation.md
     new 2ed1a24  remove trailing spaces from github-labels.md
     new e8fcc23  remove trailing spaces from github-project-boards.md
     new 67aa2e6  remove trailing spaces from github-templates.md
     new 8678052  remove trailing spaces from testing-releases.md
     new b823c08  remove trailing spaces from testing.md

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-contribute] 07/11: remove trailing spaces from github-labels.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 2ed1a247531df61dff991566bab55764ac4cca4f
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:16:08 2020 -0400

    remove trailing spaces from github-labels.md
---
 github-labels.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/github-labels.md b/github-labels.md
index b214095..a15473c 100644
--- a/github-labels.md
+++ b/github-labels.md
@@ -57,8 +57,8 @@ work-in-progress: Someone is currently working on this Pull Request.
 triage
 needs investigation
 needs info
-needs reply 
-cannot reproduce 
+needs reply
+cannot reproduce
 
 status: auto-closed
 status: waiting-for-reply
@@ -108,12 +108,12 @@ Go through all repositories
       - number of issues
 
 Existing Alternatives:
-- http://www.dorukdestan.com/github-label-manager/ 
+- http://www.dorukdestan.com/github-label-manager/
   - https://medium.com/@dtinth/how-to-copy-github-labels-from-one-project-to-another-1857adc73e0f
   - terrible security practices as basic auth is used
 - https://github.com/HewlettPackard/yoda/blob/master/docs/MANUAL.md#label-manager
   https://hewlettpackard.github.io/yoda/yoda-label-manager.html
-- https://gist.github.com/symm/ba69f2b715558c61b1a2 
+- https://gist.github.com/symm/ba69f2b715558c61b1a2
   - Could be used for a simple PHP script
 - https://github.com/BlueAcornInc/github-label-manager
   uses https://github.com/jasonbellamy/git-label


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


[cordova-contribute] 03/11: remove trailing spaces from .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 3e24d6ca2665101e4e408c38e15a44ef01e3bae0
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:14:35 2020 -0400

    remove trailing spaces from .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
---
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
index 381fc8a..6805def 100644
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
+++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -12,17 +12,17 @@ about: A suggestion for a new functionality
 
 
 ## Feature Description
-<!-- 
+<!--
 Describe your feature request in detail
 Please provide any code examples or screenshots of what this feature would look like
-Are there any drawbacks? Will this break anything for existing users? 
+Are there any drawbacks? Will this break anything for existing users?
 -->
 
 
 
 ## Alternatives or Workarounds
-<!-- 
-Describe alternatives or workarounds you are currently using 
+<!--
+Describe alternatives or workarounds you are currently using
 Are there ways to do this with existing functionality?
 -->
 


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


[cordova-contribute] 09/11: remove trailing spaces from github-templates.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 67aa2e6aec9a16ae1c388c5f28407df5f870a5ff
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:16:39 2020 -0400

    remove trailing spaces from github-templates.md
---
 github-templates.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/github-templates.md b/github-templates.md
index ba0a323..fca955b 100644
--- a/github-templates.md
+++ b/github-templates.md
@@ -62,7 +62,7 @@ Distributing these templates manually would take quite some time. For that reaso
     folders = Dir.glob('*').select {|f| File.directory? f}
     @source = "../cordova-contribute/.github"
     require 'fileutils'
-    folders.each do |folder| 
+    folders.each do |folder|
         FileUtils.copy_entry @source, "#{folder}/.github"
         Dir.chdir(folder)
         `git add .github`
@@ -73,4 +73,4 @@ Distributing these templates manually would take quite some time. For that reaso
     ```
     This gets all folders, iterates through them and copies the templates from `../cordova-contribute/.github` to `.github` in each folder, then adds the new files via git and commits and pushes the changes.
 1. Execute the script with `ruby run.rb` and wait until it is finished.
-1. Manually confirm that everything went well.
\ No newline at end of file
+1. Manually confirm that everything went well.


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


[cordova-contribute] 04/11: remove trailing spaces from CONTRIBUTING.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 9192c0f4391b595a308024df1af3d15a71a05828
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:14:50 2020 -0400

    remove trailing spaces from CONTRIBUTING.md
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 21a93d7..bd2bb9f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,7 @@ Anyone can contribute to Cordova. And we need your contributions.
 
 There are multiple ways to contribute: report bugs, improve the docs, and
 contribute code.
-  
+
 For instructions on this, start with the
 [contribution overview](http://cordova.apache.org/contribute/).
 


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


[cordova-contribute] 10/11: remove trailing spaces from testing-releases.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 867805284c4b54908f2d964ed52319c82b3a97c6
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:17:26 2020 -0400

    remove trailing spaces from testing-releases.md
---
 testing-releases.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing-releases.md b/testing-releases.md
index f68a9c2..35dcde9 100644
--- a/testing-releases.md
+++ b/testing-releases.md
@@ -24,7 +24,7 @@ This document describes how to test a release of a Apache Cordova component befo
 
 The code of the component you want to test should be in a folder with the name of the component (e.g. `cordova-plugin-vibration`, `cordova-cli`, `cordova-ios` etc.):
 
-a) Before the release was actually made: The component should be checked out via git.  
+a) Before the release was actually made: The component should be checked out via git.
 b) While the release is in the "Vote" stage and you now want to make sure the archive is good to be able to [vote for it](verify-release-vote.md): Download the `.tgz` source code artifact linked in the `[VOTE]` email on the dev mailing list. Unpack the archive, and move the content of `package` into a folder named after the component, then run `npm install` to install the dependencies.
 
 ### General Testing
@@ -67,7 +67,7 @@ This should start a black-ish app with a "Plugin tests" button. When clicking it
 
 ### Manual Testing
 
-[Plugin Tests](#plugin-tests) most probably do not cover all functionality of a plugin, especially Preferences that can be set via `config.xml` or functionality that was just added to the plugin. Check the `RELEASENOTES.md` file to find out about such functionality and 
+[Plugin Tests](#plugin-tests) most probably do not cover all functionality of a plugin, especially Preferences that can be set via `config.xml` or functionality that was just added to the plugin. Check the `RELEASENOTES.md` file to find out about such functionality and
 
 ```bash
 cd ..
@@ -148,5 +148,5 @@ TODO https://github.com/apache/cordova-coho/blob/master/docs/tools-release-proce
 
 ## Other
 
-TODO https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md#test  
+TODO https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md#test
 TODO https://github.com/apache/cordova-coho/blob/master/docs/coho-release-process.md#test


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


[cordova-contribute] 08/11: remove trailing spaces from github-project-boards.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit e8fcc2327ee11b01df4e79ea478a75d3624a151b
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:16:22 2020 -0400

    remove trailing spaces from github-project-boards.md
---
 github-project-boards.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/github-project-boards.md b/github-project-boards.md
index 2bbe978..5447c17 100644
--- a/github-project-boards.md
+++ b/github-project-boards.md
@@ -25,9 +25,9 @@ For Pull Requests we track their "review and merge progress" on project boards:
 
 #### Columns
 
-- Pull Requests start in the "New PR / Untriaged" column (added manually by using the "Add Card" functionality) 
-- They can then be sorted by a maintainer into columns according to their "review" readiness ("Blocked: Work in Progress", "Blocked: Conflict", "Blocked: Tests failing" or "Ready for Review").  
-- On review, merge, close etc. they are moved to other columns by automation ("Pending Approval", "Approved, waiting for Merge", "Merged, waiting for Release", "Closed/Abandoned").  
+- Pull Requests start in the "New PR / Untriaged" column (added manually by using the "Add Card" functionality)
+- They can then be sorted by a maintainer into columns according to their "review" readiness ("Blocked: Work in Progress", "Blocked: Conflict", "Blocked: Tests failing" or "Ready for Review").
+- On review, merge, close etc. they are moved to other columns by automation ("Pending Approval", "Approved, waiting for Merge", "Merged, waiting for Release", "Closed/Abandoned").
 - After release they are manually moved to the "Released" column.
 
 #### Labels


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


[cordova-contribute] 02/11: remove trailing spaces from .github/ISSUE_TEMPLATE/BUG_REPORT.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 5ca948b329f417a885b1e5f4cd598a3b95ee6f36
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:14:20 2020 -0400

    remove trailing spaces from .github/ISSUE_TEMPLATE/BUG_REPORT.md
---
 .github/ISSUE_TEMPLATE/BUG_REPORT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
index bd8a3ac..3dec6c5 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -32,10 +32,10 @@ about: If something isn't working as expected.
 
 
 ### Version information
-<!-- 
+<!--
 What are relevant versions you are using?
 For example:
-Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
+Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
 Other Frameworks: Ionic Framework and CLI version
 Operating System, Android Studio, Xcode etc.
 -->


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


[cordova-contribute] 05/11: remove trailing spaces from create-reproduction.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 4020a4e8b2e4821f7446b41db339c0c4876a264b
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:15:27 2020 -0400

    remove trailing spaces from create-reproduction.md
---
 create-reproduction.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/create-reproduction.md b/create-reproduction.md
index 4bb1247..fa6c32e 100644
--- a/create-reproduction.md
+++ b/create-reproduction.md
@@ -4,7 +4,7 @@ When reporting an issue or bug for any of the Apache Cordova packages, it is hel
 
 ## Why?
 
-The goal of the reproduction repository is to replicate the bug in a minimal project that contains only the necessary platforms, libraries, and plugins to reproduce the bug. 
+The goal of the reproduction repository is to replicate the bug in a minimal project that contains only the necessary platforms, libraries, and plugins to reproduce the bug.
 
 For a Cordova maintainer it can be a lot of work to reproduce your specific issue as there are many aspects to your  working environment and source code. By creating a reproduction repository, you can prodive _all_ useful information to the maintainer and make this process much easier and faster.
 
@@ -17,7 +17,7 @@ The steps below show how to create a reproduction repository on GitHub. (Any pub
 ### TLDR:
 
 - Create a new Cordova project,
-- implement a reproduction of your problem, 
+- implement a reproduction of your problem,
 - put the project on Github,
 - and post the link to the repository in your issue.
 
@@ -25,7 +25,7 @@ The steps below show how to create a reproduction repository on GitHub. (Any pub
 
 1. [Create a new repository](https://github.com/new) on GitHub
 1. Insert a `Repository name`
-1. Select `Public` to make the repository publicly accessible  
+1. Select `Public` to make the repository publicly accessible
     **IMPORTANT:** Do not check "Initialize this repository with a README"
 1. Click `Create repository`
 


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


[cordova-contribute] 11/11: remove trailing spaces from testing.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit b823c0867bf48a7c868c2c02d45fa25aea1486f5
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:17:39 2020 -0400

    remove trailing spaces from testing.md
---
 testing.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/testing.md b/testing.md
index edb2a7e..84e51a6 100644
--- a/testing.md
+++ b/testing.md
@@ -52,7 +52,7 @@ Cordova projects use several different types of tests:
 
 #### Syntax Checker
 
-- Check if the code of a project follows specific syntax guidelines.  
+- Check if the code of a project follows specific syntax guidelines.
 - Usually uses [`eslint`](https://eslint.org/), which is "a fully pluggable tool for identifying and reporting on patterns in JavaScript".
 
 #### Unit Tests
@@ -134,11 +134,11 @@ TODO Explain: Native code is being execised vs. JS part with all the other test
 To automate the creating of a test app and the test execution process [`cordova-paramedic`](https://github.com/apache/cordova-paramedic) can be be used:
 
 1. Install `cordova-paramedic` (`npm install -g ...` or clone + `npm install`)
-2. Run Paramedic for the current plugin:  
+2. Run Paramedic for the current plugin:
     ```
-    node /tmp/paramedic/main.js 
-      --config pr/$PLATFORM 
-      --plugin $(pwd) 
+    node /tmp/paramedic/main.js
+      --config pr/$PLATFORM
+      --plugin $(pwd)
     ```
 3. App is built, setup; Tests are run and results reported
 


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


[cordova-contribute] 06/11: remove trailing spaces from deprecation.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 9c20cb06a195578a5bd8f2878807046ebf352389
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:15:48 2020 -0400

    remove trailing spaces from deprecation.md
---
 deprecation.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/deprecation.md b/deprecation.md
index 104a9b4..300ef93 100644
--- a/deprecation.md
+++ b/deprecation.md
@@ -7,7 +7,7 @@
 
 ### 1. Vote
 
-Similar to other important decisions, Apache Cordova uses a [voting process](https://www.apache.org/foundation/how-it-works.html#decision-making) on deprecations and archiving of components. If you intend to deprecate or archive a component or repository, send an email to the [appropriate mailing list](https://cordova.apache.org/contact/) describing the intended action and start a vote on it.  
+Similar to other important decisions, Apache Cordova uses a [voting process](https://www.apache.org/foundation/how-it-works.html#decision-making) on deprecations and archiving of components. If you intend to deprecate or archive a component or repository, send an email to the [appropriate mailing list](https://cordova.apache.org/contact/) describing the intended action and start a vote on it.
 
 Only proceed if the vote succeeds.
 
@@ -21,7 +21,7 @@ Add the [Deprecation Notice Template](#deprecation-notice) to the `README.md` of
 
 ### 4. Archiving only: Close Issues and Pull Requests
 
-As archiving will make Issues and Pull Requests read only, it is common and [suggested by GitHub](https://help.github.com/articles/about-archiving-repositories/) to clean up issues and pull requests before archiving a repository. If there are open issues or PRs with the component's repository, please close them with the [suggested Issue and Pull Request closing text](#suggested-issue-and-pull-request-closing-text) or similar. 
+As archiving will make Issues and Pull Requests read only, it is common and [suggested by GitHub](https://help.github.com/articles/about-archiving-repositories/) to clean up issues and pull requests before archiving a repository. If there are open issues or PRs with the component's repository, please close them with the [suggested Issue and Pull Request closing text](#suggested-issue-and-pull-request-closing-text) or similar.
 
 ### 5. Request GitHub repository changes from Apache INFRA
 
@@ -36,8 +36,8 @@ For archiving:
 
 1. Make sure the deprecation notice is in `README.md` and contains all information.
 1. Make sure there are no more open Issues and Pull Requests for this repository.
-1. [Open an issue](https://issues.apache.org/jira/browse/INFRA) and request that   
-  a) the repository description is prefixed with `[DEPRECATED] ` and   
+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.
 
 ### 6. Announce


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


[cordova-contribute] 01/11: remove trailing spaces from .github/ISSUE_TEMPLATE.md

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit f264105913c88436238b0a786260eabd17666e7a
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:13:58 2020 -0400

    remove trailing spaces from .github/ISSUE_TEMPLATE.md
---
 .github/ISSUE_TEMPLATE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 3220c25..7f4ebf0 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -24,10 +24,10 @@ We very much prefer issues created by using one of these templates.
 
 
 ### Version information
-<!-- 
+<!--
 What are relevant versions you are using?
 For example:
-Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
+Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
 Other Frameworks: Ionic Framework and CLI version
 Operating System, Android Studio, Xcode etc.
 -->


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