Skip to content

Latest commit

History

History
27 lines (20 loc) 路 866 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (20 loc) 路 866 Bytes

Description

Related Issues

Check List

  • Have you read the CODE OF CONDUCT

  • Have you read the document CONTRIBUTING

    - [ ] One pull request per feature. If you want to do more than one thing,
    send multiple pull request.
    - [ ] Write tests.
    - [ ] Run deno `fmt` to fix
    the code format before commit.
    - [ ] Document any change in the
    `CHANGELOG.md`.