Skip to content
Merged
Changes from 2 commits
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
8 changes: 2 additions & 6 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ Fixes # (issue number, *if applicable*)

Closes # (issue number, *if applicable*)

Polkadot companion: (*if applicable*)

Cumulus companion: (*if applicable*)

# Checklist

- [ ] My PR includes a detailed description as outlined in the "Description" section above
- [ ] My PR follows the [labeling requirements](CONTRIBUTING.md#Process) of this project (at minimum one label for `T`
required)
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
- [ ] If this PR alters any external APIs or interfaces used by Polkadot, the corresponding Polkadot PR is ready as well
as the corresponding Cumulus PR (optional)
- [ ] If this PR alters any external APIs or interfaces used by the Polkadot runtimes,
Comment thread
gilescope marked this conversation as resolved.
Outdated
the corresponding `polkadot-fellows/runtimes` PR is ready as well (optional)

You can remove the "Checklist" section once all have been checked. Thank you for your contribution!

Expand Down