Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.55 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (23 loc) · 1.55 KB

Proposed changes

Type of change/Merge

🚨What type of change is this PR?
Put an x in the boxes that apply

  • Release
    • Increase versions
    • Baseline tests passed
    • Release type:
      • Major release
      • Minor release
      • Patch release

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR.

  • You describe the purpose of the PR, e.g.:
    • What does it do?
    • Highlight what important points reviewers should know about;
    • Indicates if there is something left for follow-up PRs.
  • Documentation updated
  • Business logic tested successfully
  • Verify First, Write Last: In Substrate development, it is important that you always ensure preconditions are met and return errors at the beginning. After these checks have completed, then you may begin the function's computation.

Further comments