Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/CONTRIBUTING.adoc
  • Loading branch information
gilescope authored Aug 29, 2021
commit 0054887aac98099ef4eed207aa6ac3e54f0194df
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ When reviewing a pull request, the end-goal is to suggest useful changes to the
To create a Polkadot companion PR:

. Pull latest Polkadot master (or clone it, if you haven't yet).
. Override substrate deps to point to your local path or branch using https://github.com/bkchr/diener. (E.g. `diener patch --crates-to-patch ../substrate --substrate` assuming substrate is cloned to a sister dir to polkadot)
. Override substrate deps to point to your local path or branch using https://github.com/bkchr/diener. (E.g. from the polkadot clone dir run `diener patch --crates-to-patch ../substrate --substrate` assuming substrate clone is in a sibling dir)
. Make the changes required and build polkadot locally.
. Submit all this as a PR against the Polkadot Repo.
. Link to your Polkadot PR in the _description_ of your _Substrate_ PR as "polkadot companion: [URL]"
Expand Down