Skip to content

Commit 499c694

Browse files
author
Chris Brody
authored
remove trailing spaces from markdown files (apache#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
1 parent bc32cca commit 499c694

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ We very much prefer issues created by using one of these templates.
2424

2525

2626
### Version information
27-
<!--
27+
<!--
2828
What are relevant versions you are using?
2929
For example:
30-
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
30+
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
3131
Other Frameworks: Ionic Framework and CLI version
3232
Operating System, Android Studio, Xcode etc.
3333
-->

.github/ISSUE_TEMPLATE/BUG_REPORT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ about: If something isn't working as expected.
3232

3333

3434
### Version information
35-
<!--
35+
<!--
3636
What are relevant versions you are using?
3737
For example:
38-
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
38+
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
3939
Other Frameworks: Ionic Framework and CLI version
4040
Operating System, Android Studio, Xcode etc.
4141
-->

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ about: A suggestion for a new functionality
1212

1313

1414
## Feature Description
15-
<!--
15+
<!--
1616
Describe your feature request in detail
1717
Please provide any code examples or screenshots of what this feature would look like
18-
Are there any drawbacks? Will this break anything for existing users?
18+
Are there any drawbacks? Will this break anything for existing users?
1919
-->
2020

2121

2222

2323
## Alternatives or Workarounds
24-
<!--
25-
Describe alternatives or workarounds you are currently using
24+
<!--
25+
Describe alternatives or workarounds you are currently using
2626
Are there ways to do this with existing functionality?
2727
-->
2828

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Anyone can contribute to Cordova. And we need your contributions.
2525

2626
There are multiple ways to contribute: report bugs, improve the docs, and
2727
contribute code.
28-
28+
2929
For instructions on this, start with the
3030
[contribution overview](http://cordova.apache.org/contribute/).
3131

0 commit comments

Comments
 (0)