2 Description <!-- Describe your changes in detail. -->
3 -----------------------------------------------------
6 <!-- If there are relevant issues, link them here: -->
9 Checklist <!-- Put an `x` in all the boxes that apply, or check them once submitted.-->
10 ---------------------------------------------------------------------------------------
11 - [ ] Refactoring only
12 - [ ] Documentation only
13 - [ ] Fixture update only
15 - [ ] The relevant issue has been closed.
16 - [ ] Further work is required.
18 - [ ] Relevant tests have been created and run.
19 - [ ] Data was added to the fixture
20 - [ ] Data was added via a patch in `/t/data/fixture/patches/`.
21 - [ ] User-Facing Change
22 - [ ] The user manual in `/docs` has been updated.
23 - [ ] Any new Perl has been documented using **perldoc**.
24 - [ ] Any new JavaScript has been documented using **JSDoc**.
25 - [ ] Any new _legacy_ JavaScript has been moved from `/js` to `/js/source/legacy`.