diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix_template.md similarity index 82% rename from .github/PULL_REQUEST_TEMPLATE/bugfix.md rename to .github/PULL_REQUEST_TEMPLATE/bugfix_template.md index bdf84d7daa1..d5b4aeaf55f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix_template.md @@ -9,5 +9,8 @@ #### Description +### Root Cause + + #### Related Issues diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/feature.md rename to .github/PULL_REQUEST_TEMPLATE/feature_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/release.md rename to .github/PULL_REQUEST_TEMPLATE/release_template.md