2021-12-02 03:37:22 +00:00
## Related Issues
2022-10-12 08:30:12 +00:00
<!-- Link issues that this PR might resolve/fix. If an issue doesn't exist, include a brief motivation for the change being made -->
2021-12-02 03:37:22 +00:00
## Proposed Changes
2022-10-12 08:30:12 +00:00
<!-- A clear list of the changes being made -->
2021-12-02 03:37:22 +00:00
## Additional Info
2022-10-12 08:30:12 +00:00
<!-- Callouts, links to documentation, and etc -->
2021-12-02 03:37:22 +00:00
## Checklist
Before you mark the PR ready for review, please make sure that:
2022-10-12 08:30:12 +00:00
- [ ] Commits have a clear commit message.
- [ ] PR title is in the form of of `<PR type>: <area>: <change being made>`
- example: ` fix: mempool: Introduce a cache for valid signatures`
- `PR type` : fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
- `area` , e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
2023-09-21 15:37:02 +00:00
- [ ] If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
2022-10-12 08:30:12 +00:00
- [ ] New features have usage guidelines and / or documentation updates in
- [ ] [Lotus Documentation ](https://lotus.filecoin.io )
- [ ] [Discussion Tutorials ](https://github.com/filecoin-project/lotus/discussions/categories/tutorials )
- [ ] Tests exist for new functionality or change in behavior
2021-12-02 03:37:22 +00:00
- [ ] CI is green