Skip to content

Commit 737a331

Browse files
committed
Remove extra whitespace from issue and PR templates
1 parent 74921d3 commit 737a331

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
label: Steps to reproduce the bug
4141
description: |
4242
What did you do for the bug to show up?
43-
43+
4444
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug.
4545
placeholder: |
4646
1. Go to '...'
@@ -69,11 +69,11 @@ body:
6969
label: Screenshots/Screen recordings
7070
description: |
7171
A picture or video is worth a thousand words.
72-
72+
7373
If applicable, add screenshots or a screen recording to help explain your problem.
7474
GitHub supports uploading them directly in the text box.
7575
If your file is too big for Github to accept, try to compress it (ZIP-file) or feel free to paste a link to an image/video hoster here instead.
76-
76+
7777
:heavy_exclamation_mark: DON'T POST SCREENSHOTS OF THE ERROR PAGE.
7878
Instead, follow the instructions in the "Logs" section below.
7979

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ body:
88
Thank you for helping to make NewPipe better by suggesting a feature. :hugs:
99
1010
Your ideas are highly welcome! The app is made for you, the users, after all.
11-
1211
- type: checkboxes
1312
id: checklist
1413
attributes:
@@ -43,7 +42,7 @@ body:
4342
Describe any problem or limitation you come across while using the app which would be solved by this feature.
4443
validations:
4544
required: true
46-
45+
4746
- type: textarea
4847
id: additional-information
4948
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
label: What is/are your question(s)?
2828
validations:
2929
required: true
30-
30+
3131
- type: textarea
3232
id: additional-information
3333
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- Delete this if it doesn't apply to your PR. -->
2626
-
2727

28-
#### APK testing
28+
#### APK testing
2929
<!-- Use a new, meaningfully named branch. The name is used as a suffix for the app ID to allow installing and testing multiple versions of NewPipe, e.g. "commentfix", if your PR implements a bugfix for comments. (No names like "patch-0" and "feature-1".) -->
3030
<!-- Remove the following line if you directly link the APK created by the CI pipeline. Directly linking is preferred if you need to let users test.-->
3131
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.

0 commit comments

Comments
 (0)