From 07bf9f86e62ad503ce65f7565c0c6b617a75ac6f Mon Sep 17 00:00:00 2001 From: Damir S Date: Mon, 18 Apr 2022 18:26:17 +0300 Subject: [PATCH 1/2] update PR template to match new organization (#51) - replaces diem links to the new ones - removes Related PRs section from the template Signed-off-by: sahithiacn --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 849b8af040..b8dec0e668 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/move-language/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. From db55fea5cba20060f48f138ca8ac402634002b04 Mon Sep 17 00:00:00 2001 From: sahithiacn Date: Mon, 2 Jan 2023 08:58:58 +0000 Subject: [PATCH 2/2] [chore] update PR template to match new organization (#51) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b8dec0e668..415a77120c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ 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/move-language/move/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.)