diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b5843c5b38e..e76923d5eac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,15 @@ -## Related Issues - +## Related Issues & Context + ## Proposed Changes -## Additional Info - +## Test Plan + ## Checklist -Before you mark the PR ready for review, please make sure that: +@lotus-maintainers will only approve the PR if all boxes below are checked: - [ ] Commits have a clear commit message. - [ ] PR title is in the form of of `: : ` @@ -17,8 +17,5 @@ Before you mark the PR ready for review, please make sure that: - `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 - [ ] 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. -- [ ] 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 - [ ] CI is green