diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 849b8af040..415a77120c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ @@ -8,21 +8,10 @@ The project is undergoing daily changes. Pull Requests will be reviewed and resp (Write your motivation for proposed changes here.) -### Have you read the [Contributing Guidelines on pull requests](https://github.com/diem/diem/blob/main/CONTRIBUTING.md#pull-requests)? +### Have you read the [Contributing Guidelines on pull requests](https://github.com/diem/move/blob/main/CONTRIBUTING.md#pull-requests)? (Write your answer here.) ## Test Plan (Share your test plan here. If you changed code, please provide us with clear instructions for verifying that your changes work.) - -## Related PRs - -(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/diem/diem/tree/main/developers.diem.com, and link to your PR here.) - -## If targeting a release branch, please fill the below out as well - - * Justification and breaking nature (who does it affect? validators, full nodes, tooling, operators, AOS, etc.) - * Comprehensive test results that demonstrate the fix working and not breaking existing workflows. - * Why we must have it for V1 launch. - * What workarounds and alternative we have if we do not push the PR.