Remove extra newlines at the beginning/end of files

Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
This commit is contained in:
Marek Marczykowski-Górecki 2021-06-24 16:07:23 +02:00
parent 4851518719
commit 3806ecf338
No known key found for this signature in database
GPG key ID: F32894BE9684938A
130 changed files with 0 additions and 168 deletions

View file

@ -561,4 +561,3 @@ Here's an example that follows the indentation rules:
Please try to write good commit messages, according to the [instructions in our
coding style guidelines](/doc/coding-style/#commit-message-guidelines).

View file

@ -586,4 +586,3 @@ would override all the user changes there). More details:
----
We adapted some of the language here about GSoC from the [KDE GSoC page](https://community.kde.org/GSoC).

View file

@ -6,7 +6,6 @@ ref: 242
title: Google Season of Docs
---
Thank you for your interest in participating in the [2021 Google Season of Docs](https://developers.google.com/season-of-docs/) program with the [Qubes OS team](/team/). You can read more about the Google Season of Docs in the official [guides](https://developers.google.com/season-of-docs/docs/) and [FAQ](https://developers.google.com/season-of-docs/docs/faq).
## 2021 Project Idea
@ -145,4 +144,3 @@ Fixing this last point may require very close cooperation with developers, as th
- [Markdown](https://daringfireball.net/projects/markdown/)
**Mentor**: [Marek Marczykowski-Górecki](/team/)

View file

@ -6,7 +6,6 @@ ref: 29
title: Package Contributions
---
_This page is for developers who wish to contribute packages.
If you want to install contributed packages, please see [installing contributed packages](/doc/installing-contributed-packages/)._
@ -101,4 +100,3 @@ As the maintainer of the package, it is your privilege and responsibility to:
If you do not wish to be the maintainer of your package, please let us know.
If you do not act on your maintainer duties for a given package for an extended period of time and after at least one reminder, we will assume that you no longer wish to be the maintainer for that package.

View file

@ -6,7 +6,6 @@ ref: 31
title: Usability & UX
---
Software that is too complicated to use, is often unused. Because we want as many people as possible to benefit from its unique security properties, the usability and user experience of Qubes OS is an utmost priority!
We ask anyone developing for Qubes OS to please read through this guide to better understand the user experience we strive to achieve. We also ask them to review [our style guide](/doc/style-guide/) for other design related information.