Add section regarding polkadot PRs. (#3579)

* Add section regarding polkadot PRs.

* Also add the comment in the PR template

* Apply suggestions from code review

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
Co-Authored-By: Robert Habermeier <rphmeier@gmail.com>

* Rephrase Step 1, add command
This commit is contained in:
Benjamin Kampmann
2019-09-10 10:21:46 +02:00
committed by Bastian Köcher
parent 81af1d140a
commit a4ba356047
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ Before you submitting, please check that:
- 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!