From f116a1947b3c8bb0aa1dab9c1bf25c67afcb62ec Mon Sep 17 00:00:00 2001 From: Jagankumar <53823168+jagankumar-egov@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:40:32 +0530 Subject: [PATCH] templates updated --- .../PULL_REQUEST_TEMPLATE/{bugfix.md => bugfix_template.md} | 3 +++ .../PULL_REQUEST_TEMPLATE/{feature.md => feature_template.md} | 0 .../PULL_REQUEST_TEMPLATE/{release.md => release_template.md} | 0 3 files changed, 3 insertions(+) rename .github/PULL_REQUEST_TEMPLATE/{bugfix.md => bugfix_template.md} (82%) rename .github/PULL_REQUEST_TEMPLATE/{feature.md => feature_template.md} (100%) rename .github/PULL_REQUEST_TEMPLATE/{release.md => release_template.md} (100%) 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