Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.09 KB

pull_request_template.md

File metadata and controls

16 lines (13 loc) · 1.09 KB

Overview

Provide a brief description of what this PR does, and why it's needed.

Which JIRA ticket does this PR relate to?

Add the link here. Create a ticket and link it here if one does not exist.

Complete this checklist before you submit this PR

  • This PR contains no more than 200 lines of code, excluding test code.
  • This PR meets CasperLabs coding standards.
  • If this PR adds a new feature, it includes tests related to this feature.
  • You assigned one person to review this PR.
  • Your GitHub account is linked with our Drone CI system. This is necessary to run tests on this PR.
  • Do not forget to run bors r+ if GitHub policy is not enforced, e.g. when merging into another feature branch. It may be omitted under some circumstances if this PR intentionally assumes that integration tests will fail but will be fixed with the future PRs.

Notes

Optional. Add any notes on caveats, approaches you tried that didn't work, or anything else.