mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
3c50838dc3
* change (CI): markdown link checker * Fix some invalid doc links (re-run of cargo-unleash gen-readme w/ fixes). * Fix some invalid doc links * Fix some invalid doc links * Fix some links * Fix some links * Apply @bkchr suggestions from code review Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Fix more links * Fix more links * typo * Fix more links * Fix more links * Ignore valid link .. check wrongly sees it as invalid * Fix style issue * Fix style issue * change (CI): update style guide link * change (lib): suggestions Co-authored-by: Dan Forbes <dan@danforbes.dev> Co-authored-by: Steve Degosserie <steve@parity.io> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
31 lines
1.6 KiB
Markdown
31 lines
1.6 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 appropriately if you have permissions to do so:
|
|
- [ ] `A*` for PR status (**one required**)
|
|
- [ ] `B*` for changelog (**one required**)
|
|
- [ ] `C*` for release notes (**exactly one required**)
|
|
- [ ] `D*` for various implications/requirements
|
|
- [ ] Github's project assignment
|
|
- [ ] 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 to [the style guide](https://github.com/paritytech/substrate/blob/master/docs/STYLE_GUIDE.md)
|
|
- In particular, mind the maximal line length of 100 (120 in exceptional circumstances).
|
|
- 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?
|
|
|
|
Refer to [the contributing guide](https://github.com/paritytech/substrate/blob/master/docs/CONTRIBUTING.adoc) for details.
|
|
|
|
After you've read this notice feel free to remove it.
|
|
Thank you!
|
|
|
|
✄ -----------------------------------------------------------------------------
|