From 3a9e9ce552581e3df7c7e14b0fb25cfc926c12fd Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Aug 11 2017 11:13:25 +0000 Subject: Simple README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..8866be4 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Fedora Blockerbugs App + +The blockerbugs app is used to propose and track release blocking and freeze exception bugs and related updates in Fedora releases currently under development. + +If you notice bugs or have suggestions on how we can make this app better, please report or discuss them in any of the following places: + + * File an issue in [the Fedora QA blockerbugs repo](https://pagure.io/fedora-qa/blockerbugs) + * Via email on [The Fedora qa-devel list](https://admin.fedoraproject.org/mailman/listinfo/qa-devel) + * In #fedora-qa on Freenode IRC + + +## Documentation + +To see complete documentation of this project, run this command in the base of the source tree: +``` +make docs +```