You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PULL_REQUEST_TEMPLATE.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,26 @@ Fixes #
4
4
5
5
---
6
6
7
-
### Pull Request Review checklist (do not remove)
7
+
### CONTRIBUTOR checklist (do not remove)
8
+
Please complete for every pull request
8
9
10
+
*[ ] First-time contributors should sign the Contributor License Agreement. It's a fancy way of saying that you are giving away your contribution to this project. If you haven't before, wait a few minutes and a bot will comment on this pull request with instructions.
9
11
*[ ]`npm run lint:fix` has been run and linting passes.
10
12
*[ ] Mocha, Jest (Storyshots), and `components/component-docs.json` CI tests pass (`npm test`).
11
13
*[ ] Tests have been added for new props to prevent regressions in the future. See [readme](https://github.com/salesforce/design-system-react/blob/master/tests/README.md).
12
14
*[ ] Review the appropriate Storybook stories. Open [http://localhost:9001/](http://localhost:9001/).
13
15
*[ ] The Accessibility panel of each Storybook story has 0 violations (aXe). Open [http://localhost:9001/](http://localhost:9001/).
14
16
*[ ] Review tests are passing in the browser. Open [http://localhost:8001/](http://localhost:8001/).
15
17
*[ ] Review markup conforms to [SLDS](https://www.lightningdesignsystem.com/) by looking at [DOM snapshot strings](https://facebook.github.io/jest/docs/en/snapshot-testing.html).
18
+
19
+
### REVIEWER checklist (do not remove)
20
+
21
+
*[ ] TravisCI tests pass. This includes linting, Mocha, Jest, Storyshots, and `components/component-docs.json` tests.
22
+
*[ ] Tests have been added for new props to prevent regressions in the future. See [readme](https://github.com/salesforce/design-system-react/blob/master/tests/README.md).
23
+
*[ ] Review the appropriate Storybook stories. Open [http://localhost:9001/](http://localhost:9001/).
24
+
*[ ] The Accessibility panel of each Storybook story has 0 violations (aXe). Open [http://localhost:9001/](http://localhost:9001/).
25
+
*[ ] Review tests are passing in the browser. Open [http://localhost:8001/](http://localhost:8001/).
26
+
*[ ] Review markup conforms to [SLDS](https://www.lightningdesignsystem.com/) by looking at [DOM snapshot strings](https://facebook.github.io/jest/docs/en/snapshot-testing.html).
16
27
*[ ] Add year-first date and commit SHA to `last-slds-markup-review` in `package.json` and push.
17
28
*[ ] Request a review of the deployed Heroku app by the Salesforce UX Accessibility Team.
18
29
*[ ] Add year-first review date, and commit SHA, `last-accessibility-review`, to `package.json` and push.
0 commit comments