add a mason component for the recent activity page.
[sgn.git] / PULL_REQUEST_TEMPLATE.md
blob1ac146529a39b9c32e7a74630decd853846a4e46
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
14 - [ ] Bug fix
15   - [ ] The relevant issue has been closed.
16   - [ ] Further work is required.
17 - [ ] New feature
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`.