From 472c672b521033e69bab815e787ac5bb1b1fa241 Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: Jan 22 2019 15:56:07 +0000 Subject: Fix easy karma text --- diff --git a/src/wizard/FedoraEasyKarma.js b/src/wizard/FedoraEasyKarma.js index 5efdda7..208d06c 100644 --- a/src/wizard/FedoraEasyKarma.js +++ b/src/wizard/FedoraEasyKarma.js @@ -32,17 +32,22 @@ export default class FedoraEasyKarmaItemsList extends Component {
  • Choose an update to test{' '} Not sure how? - Have a look at the available packages in updates-testing repo, by running dnf --enablerepo=updates-testing list upgrades{' '} - And choose a package you know. + Have a look at the available packages in updates-testing repo, by running dnf --enablerepo=updates-testing list --refresh --upgrades and choose a package you know.
  • Install the package sudo dnf --enablerepo=updates-testing update PACKAGE_NAME, and test whether it works, as you would expect.
    - Note: the package you have chosen might have some dependencies. Be sure to - or at least try to - test those too!{' '} + Note: Other packages from updates-testing repo may be installed as dependencies (shown during the installation process). Try to test those too, if possible.{' '} Need some tips? Sometimes, the update associated with the package you just installed fixes some specific bugs, or has testcases associated with it.
    - Run fedora-easy-karma PACKAGE_NAME, and look for Bugs, Test Cases, and/or Notes sections in the detailed output. + Run fedora-easy-karma --fas-username=FAS_USERNAME, and look for Bugs, Test Cases, and/or Notes sections in the detailed output.{' '} + Want something a bit nicer? + + We already mentioned Bodhi, several times. Instead of using the fedora-easy-karma interface for submitting Karma and/or learning about the Update, you can visit Bodhi directly.
    + fedora-easy-karma shows the URL of the relevant update near the bottom of the text output - look for URL like https://bodhi.fedoraproject.org/updates/FEDORA-2019-00870e8bfc.
    + You can have a look at other people's comments, the afore-mentioned Bugs or Test Cases, and even submit the Karma directly. Just use your FAS credentials to log-in. +
  • @@ -50,17 +55,19 @@ export default class FedoraEasyKarmaItemsList extends Component { New to fedora-easy-karma? It identifies the packages installed from the updates-testing repository, and matches them to the updates in Bodhi.
    - Then, you are presented with the relevant updates one-by-one, to submit Karma and a comment. + You are then presented with the relevant updates one-by-one, to submit Karma and a comment. Not sure what Karma means?
    1. Enter 1 to mark positive karma (the update works just fine, as far as you can tell), or -1{' '} to mark the package as broken.
      - Not sure you can judge the package's state? Either just press Enter to skip it, or insert i (instead of 1 or -1) to also ignore the package in the future. + Not sure you can judge the package's state? Have a look at the Update Feedback Guidelines
      + Still not sure? Just press Enter to skip it.
    2. - Add a comment - this could be something as simple as Works for me, but make sure to provide reasonable amount of detail, when submitting negative karma (ideally, you should also create a bugreport, and refence it in the comment). + Add a comment - even if it works, try to describe what you tested. It can be as easy as I tried openning and editing a document, and it worked. when you test a text-editor, or I opened a couple of tabs, and browsed random pages for a web-browser.
      + Absolutely make sure to provide reasonable amount of detail, when submitting negative karma - ideally, you should also create a bugreport, and reference it in the comment.
    @@ -72,4 +79,4 @@ export default class FedoraEasyKarmaItemsList extends Component { ) } -} \ No newline at end of file +}