From f105b2592958c6475bfc8f45927659703d1eb01f Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Sep 15 2020 06:28:02 +0000 Subject: readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..98f518c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Message of the day for Fedora QA Dashboard +This repo contains files with message of the day (MOTD) for [Fedora QA Dashboard](FIXME). Such message should convey a message that informs Fedora community about important QA related incidents. + +One example of such incident is [premature prompt to upgrade](https://www.happyassassin.net/posts/2020/02/14/do-not-upgrade-to-fedora-32-and-do-not-adjust-your-sets/) that happened during the Fedora 32 relese cycle. + + +File format is as follows: +``` +{ + "enabled": true, + "type": "danger", + "message": "Important message related to Fedora QA", + "link": "https://example.com/someting-went-worng" +} +``` + +When enabled message will be shown on [Fedora QA Dashboard](FIXME).