For PR #2810 I copied one of the examples from https://obofoundry.org/principles/fp-009-users.html#examples and updated it. The automated tests failed because the indentation was wrong, a colon was used inside one of the descriptions, and the keys are not alphabetical. I had to check out the branch locally, set up a working environment, run make test and debug the output. What should have been a 2 minute "drive-by" commit took 30 minutes.
For PR #2810 I copied one of the examples from https://obofoundry.org/principles/fp-009-users.html#examples and updated it. The automated tests failed because the indentation was wrong, a colon was used inside one of the descriptions, and the keys are not alphabetical. I had to check out the branch locally, set up a working environment, run
make testand debug the output. What should have been a 2 minute "drive-by" commit took 30 minutes.