mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 21:58:01 +00:00
c52a8d0f20
Signed-off-by: xermicus <cyrill@parity.io>
21 lines
798 B
Markdown
21 lines
798 B
Markdown
# What ❔
|
|
|
|
<!-- What are the changes this PR brings about? -->
|
|
<!-- Example: This PR adds a PR template to the repo. -->
|
|
<!-- (For bigger PRs adding more context is appreciated) -->
|
|
|
|
## Why ❔
|
|
|
|
<!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? -->
|
|
<!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. -->
|
|
|
|
## Checklist
|
|
|
|
<!-- Check your PR fulfills the following items. -->
|
|
<!-- For draft PRs check the boxes as you complete them. -->
|
|
|
|
- [ ] PR title corresponds to the body of PR.
|
|
- [ ] Tests for the changes have been added / updated.
|
|
- [ ] Documentation comments have been added / updated.
|
|
- [ ] Code has been formatted via `cargo fmt` and checked with `cargo clippy`.
|