Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
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
make sure these commands are optional
  • Loading branch information
drahnr committed Apr 26, 2022
commit d4263fefe38fd9d912bb944694d45d0052e715ec
11 changes: 6 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Apply labels!
## Checklist

- [ ] Labels applied correctly? See the [contributing guidlines](../CONTRIBUTING.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External contributors cannot apply labels.

- [ ] Workspace compiles `cargo check --workspace --tests`?
- [ ] Workspace tests `cargo test --workspace`?
- [ ] Applied `cargo +nightly fmt` with the version from CI?
- [ ] Ran `cargo spellcheck` without any fallout? If any, update `.spellcheck/lingua.dic`.
- [ ] Fixed any fallout caused by these changes in `cumulus`?
- [ ] Iterate using the CI, or run the following commands on your setup iff it's beefy enough (optional):
- [ ] Workspace compiles `cargo check --workspace --tests`?
- [ ] Workspace tests `cargo test --workspace`?
- [ ] Applied `cargo +nightly fmt` with the version from CI?
- [ ] Ran `cargo spellcheck` without any fallout? If any, update `.spellcheck/lingua.dic`.
- [ ] Fixed any fallout caused by this PR in `cumulus`?
- [ ] Referenced relevant companion pull-requests of `substrate` and `cumulus`?
- [ ] Does the change mandate an [architecture decision record](../ADR.md) being added?

Expand Down