diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfb0e7e..bb3a40c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,19 @@ -Fixes # . +Motivation: -### What Changed? - +Explain here the context, and why you're making that change. What is the problem you're trying to solve. + +Modifications: + +Describe the modifications you've done. + +Result: + +After your change, what will change. + +Rollback: + +Describe how to rollback the changes if there is an issue and anything to look out for after the rollback. + +Supported environments: + +Describe the environments and network configurations where this PR will work. \ No newline at end of file