diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 21f45ccfd59df..a6f62e178482a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,20 @@ ## Description +## How Has This Been Tested? + + +## Key Areas to Review + + ## Type of Change - [ ] New feature - [ ] Bug fix @@ -18,22 +32,9 @@ - [ ] Aptos Framework - [ ] Aptos CLI/SDK - [ ] Developer Infrastructure +- [ ] Move Compiler - [ ] Other (specify) -## How Has This Been Tested? - - -## Key Areas to Review - - ## Checklist - [ ] I have read and followed the [CONTRIBUTING](https://github.com/aptos-labs/aptos-core/blob/main/CONTRIBUTING.md) doc - [ ] I have performed a self-review of my own code