marked/.github/PULL_REQUEST_TEMPLATE.md
2018-02-19 16:36:35 -06:00

696 B

Description

  • Fixes ####
  • Fixes list issues fixed by this PR
  • Fixes will automatically close them once merged

Review

Submitter

  • All tests pass (CI should take care of this, once in place).
  • All lint checks pass (CI should take care of this, once in place).
  • Tests
    • Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality).
    • No tests required for this PR.
  • Is release:
    • Version in package.json has been updated (see RELEASE.md).
    • The marked.min.js has been updated; or,
    • release does not change library.

Reviewer

??