diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0e3306f..641ff2c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,19 @@ -### Motivation +Motivation +---------- _[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_ -### Modifications +Modifications +------------- _[Describe the modifications you've made.]_ -### Result +Result +------ _[After your change, what will change.]_ -### Test Plan +Test Plan +--------- _[Describe the steps you took, or will take, to qualify the change - such as adjusting tests and manual testing.]_