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 13:29:24 UTC

[cordova-android] branch master updated: remove trailing spaces from markdown files (#995)

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

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 499c694  remove trailing spaces from markdown files (#995)
499c694 is described below

commit 499c694146d5a833f068fa4753d682476e4b047a
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Jun 10 09:29:14 2020 -0400

    remove trailing spaces from markdown files (#995)
    
    * remove trailing spaces from .github/ISSUE_TEMPLATE.md
    * remove trailing spaces from .github/ISSUE_TEMPLATE/BUG_REPORT.md
    * remove trailing spaces from .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
    * remove trailing spaces from CONTRIBUTING.md
---
 .github/ISSUE_TEMPLATE.md                 | 4 ++--
 .github/ISSUE_TEMPLATE/BUG_REPORT.md      | 4 ++--
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 8 ++++----
 CONTRIBUTING.md                           | 2 +-
 4 files changed, 9 insertions(+), 9 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.
 -->
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.
 -->
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?
 -->
 
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