add rudimentary pod to login_user function.
[sgn.git] / PULL_REQUEST_TEMPLATE.md
blob7a0d80897b8129fec615db2d92cfce3d7382a659
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 - [ ] Documentation only
12 - [ ] Fixture update only
13 - [ ] Bug fix
14   - [ ] The relevant issue has been closed.
15   - [ ] Further work is required.
16 - [ ] New feature
17   - [ ] Relevant tests have been created and run.
18   - [ ] Data was added to the fixture
19     - [ ] Data was added via a patch in `/t/data/fixture/patches/`.
20   - [ ] User-Facing Change
21     - [ ] The user manual in `/docs` has been updated.
22   - [ ] Any new Perl has been documented using **perldoc**.
23   - [ ] Any new JavaScript has been documented using **JSDoc**.