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
This commit is contained in:
Chris Brody 2020-06-10 09:29:14 -04:00 committed by GitHub
parent bc32cca281
commit 499c694146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -24,10 +24,10 @@ We very much prefer issues created by using one of these templates.
### Version information ### Version information
<!-- <!--
What are relevant versions you are using? What are relevant versions you are using?
For example: For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc. Operating System, Android Studio, Xcode etc.
--> -->

View File

@ -32,10 +32,10 @@ about: If something isn't working as expected.
### Version information ### Version information
<!-- <!--
What are relevant versions you are using? What are relevant versions you are using?
For example: For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc. Operating System, Android Studio, Xcode etc.
--> -->

View File

@ -12,17 +12,17 @@ about: A suggestion for a new functionality
## Feature Description ## Feature Description
<!-- <!--
Describe your feature request in detail Describe your feature request in detail
Please provide any code examples or screenshots of what this feature would look like 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 ## 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? Are there ways to do this with existing functionality?
--> -->

View File

@ -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 There are multiple ways to contribute: report bugs, improve the docs, and
contribute code. contribute code.
For instructions on this, start with the For instructions on this, start with the
[contribution overview](http://cordova.apache.org/contribute/). [contribution overview](http://cordova.apache.org/contribute/).