mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
Thank you for your Pull Request!
|
|
|
|
Before you submitting, please check that:
|
|
|
|
- [ ] You added a brief description of the PR, e.g.:
|
|
- What does it do?
|
|
- What important points reviewers should know?
|
|
- Is there something left for follow-up PRs?
|
|
- [ ] You labeled the PR with appropriate labels if you have permissions to do so.
|
|
- [ ] You mentioned a related issue if this PR related to it, e.g. `Fixes #228` or `Related #1337`.
|
|
- [ ] You asked any particular reviewers to review. If you aren't sure, start with GH suggestions.
|
|
- [ ] Your PR adheres [the style guide](https://wiki.parity.io/Substrate-Style-Guide)
|
|
- In particular, mind the maximal line length.
|
|
- There is no commented code checked in unless necessary.
|
|
- Any panickers have a proof or removed.
|
|
- [ ] You bumped the runtime version if there are breaking changes in the **runtime**.
|
|
- [ ] You updated any rustdocs which may have changed
|
|
- [ ] Has the PR altered the external API or interfaces used by Polkadot? Do you have the corresponding Polkadot PR ready?
|
|
|
|
After you've read this notice feel free to remove it.
|
|
Thank you!
|
|
|
|
✄ -----------------------------------------------------------------------------
|