From 384351b99c9d86f29354ccfebd21cf592c5c95ee Mon Sep 17 00:00:00 2001 From: "Vishnu Sanal. T" <50027064+VishnuSanal@users.noreply.github.com> Date: Thu, 24 Jun 2021 20:14:19 +0530 Subject: [PATCH 1/9] Create pull_request_template.md (#9) * Create pull_request_template.md Create PR template * Update pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cb8c58a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +# PR Info + +## Issue Details + + + + - **Fixes** #---- + - **Addresses** #---- + +## Branch + - **Addresses** `development` + +## Type of change + + + +- **Bug Fix** +- **New Feature** +- **Breaking Change** +- **Other** + +## Additional Info + + From 0b5d271e03ed65c9717f9eb5dff1e889afd7658e Mon Sep 17 00:00:00 2001 From: Sushant <56603153+sushant-varanasi@users.noreply.github.com> Date: Sat, 21 Aug 2021 17:20:42 +0530 Subject: [PATCH 2/9] Upgraded gradle version --- .idea/compiler.xml | 18 +---------------- .idea/gradle.xml | 2 ++ .idea/jarRepositories.xml | 25 ++++++++++++++++++++++++ .idea/misc.xml | 25 +++++++++++++++++++++--- .idea/modules.xml | 9 --------- .idea/runConfigurations.xml | 1 + app/build.gradle | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 3 +-- 9 files changed, 55 insertions(+), 34 deletions(-) create mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/modules.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 96cc43e..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,22 +1,6 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7990923..4626645 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ + - + diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d15f572..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@