diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8fff1f32..6aa1bb63 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ -# Description +## Description -# Issue fixed +## Issue fixed @@ -13,7 +13,7 @@ Please list out all issue fixed with this PR here. Please make sure you fill in these checkboxes, your PR will be reviewed faster if we know exactly what it does. --> -# Type of changes +## Type of changes - [ ] Bug fix (Change that fixed an issue) - [ ] Breaking change (Change that can cause existing functionality to change) @@ -21,7 +21,7 @@ your PR will be reviewed faster if we know exactly what it does. - [ ] Feature (Change that adds new functionality) - [ ] Documentation change (Change that modifies documentation. Maybe typo fixes) -# Checklist: +## Checklist: - [ ] My code follows the project code style - [ ] I have written test for my code and it has been tested