AFTER YOU'VE READ THIS NOTICE, FEEL FREE TO REMOVE IT. Thank you!
Before you submit a PR, please check that:
- 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.
✄ -----------------------------------------------------------------------------