Skip to content

Commit 079f2a6

Browse files
authored
Merge pull request #474 from Roave/feature/a-message-to-russian-nationals
@Roave stands against the war that Russia declared on Ukraine by invading a sovereign, peaceful and democratic country
2 parents 423f405 + 3f64e8f commit 079f2a6

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Roave Backward Compatibility Check
22

3+
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
4+
35
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FRoave%2FBackwardCompatibilityCheck%2F6.1.x)](https://dashboard.stryker-mutator.io/reports/github.com/Roave/BackwardCompatibilityCheck/6.1.x)
46
[![Type Coverage](https://shepherd.dev/github/Roave/BackwardCompatibilityCheck/coverage.svg)](https://shepherd.dev/github/Roave/BackwardCompatibilityCheck)
57
[![Latest Stable Version](https://poser.pugx.org/roave/backward-compatibility-check/v/stable)](https://packagist.org/packages/roave/backward-compatibility-check)

bin/roave-backward-compatibility-check.php

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,38 @@ static function (string $installationPath) use ($composerIo): Installer {
313313
$application->add($apiCompareCommand);
314314
$application->setDefaultCommand('roave-backwards-compatibility-check:assert-backwards-compatible');
315315

316+
// @codingStandardsIgnoreStart
317+
$output->getErrorOutput()
318+
->writeln(
319+
<<<'MARKDOWN'
320+
## 🇷🇺 Русским гражданам
321+
322+
В Украине сейчас идет война. Силами РФ наносятся удары по гражданской инфраструктуре в [Харькове][1], [Киеве][2], [Чернигове][3], [Сумах][4], [Ирпене][5] и десятках других городов. Гибнут люди - и гражданское население, и военные, в том числе российские призывники, которых бросили воевать. Чтобы лишить собственный народ доступа к информации, правительство РФ запретило называть войну войной, закрыло независимые СМИ и принимает сейчас ряд диктаторских законов. Эти законы призваны заткнуть рот всем, кто против войны. За обычный призыв к миру сейчас можно получить несколько лет тюрьмы.
323+
324+
Не молчите! Молчание - знак вашего согласия с политикой российского правительства.
325+
**Вы можете сделать выбор НЕ МОЛЧАТЬ.**
326+
327+
---
328+
329+
## 🇺🇸 To people of Russia
330+
331+
There is a war in Ukraine right now. The forces of the Russian Federation are attacking civilian infrastructure in [Kharkiv][1], [Kyiv][2], [Chernihiv][3], [Sumy][4], [Irpin][5] and dozens of other cities. People are dying – both civilians and military servicemen, including Russian conscripts who were thrown into the fighting. In order to deprive its own people of access to information, the government of the Russian Federation has forbidden calling a war a war, shut down independent media and is passing a number of dictatorial laws. These laws are meant to silence all those who are against war. You can be jailed for multiple years for simply calling for peace.
332+
333+
Do not be silent! Silence is a sign that you accept the Russian government's policy.
334+
**You can choose NOT TO BE SILENT.**
335+
336+
[1]: <https://cloudfront-us-east-2.images.arcpublishing.com/reuters/P7K2MSZDGFMIJPDD7CI2GIROJI.jpg> "Kharkiv under attack"
337+
[2]: <https://gdb.voanews.com/01bd0000-0aff-0242-fad0-08d9fc92c5b3_cx0_cy5_cw0_w1023_r1_s.jpg> "Kyiv under attack"
338+
[3]: <https://ichef.bbci.co.uk/news/976/cpsprodpb/163DD/production/_123510119_hi074310744.jpg> "Chernihiv under attack"
339+
[4]: <https://www.youtube.com/watch?v=8K-bkqKKf2A> "Sumy under attack"
340+
[5]: <https://cloudfront-us-east-2.images.arcpublishing.com/reuters/K4MTMLEHTRKGFK3GSKAT4GR3NE.jpg> "Irpin under attack"
341+
342+
<fg=#0057b7>#StandWith</><fg=#ffd700>Ukraine</>
343+
344+
345+
MARKDOWN
346+
);
347+
// @codingStandardsIgnoreEnd
348+
316349
$application->run($input, $output);
317350
})();

0 commit comments

Comments
 (0)