1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-03 19:10:04 +00:00
Files
lint/PULL_REQUEST_TEMPLATE.md
2021-03-22 20:36:19 +00:00

21 lines
447 B
Markdown

## Issue
Link any related issue(s) in this section.
## Intent
What this PR intends to achieve.
## Implementation
What code changes have been made to achieve the intent.
## Checks
- [ ] Code is formatted correctly (`npm run lint:fix`).
- [ ] Any new functionality has been unit tested.
- [ ] All unit tests are passing (`npm test`).
- [ ] All CI checks are green.
- [ ] JSDoc comments have been added or updated.
- [ ] Reviewer is assigned.