From 953c5da95d91c9a98a4211387f4324476e76c8a5 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 3 Oct 2025 12:29:19 +0530 Subject: [PATCH 1/3] CHORE: Update PR Template to auto-close tasks --- .github/PULL_REQUEST_TEMPLATE.MD | 4 ++-- .gitignore | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD index f0244408..88601188 100644 --- a/.github/PULL_REQUEST_TEMPLATE.MD +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -7,10 +7,10 @@ Only one reference is required - either GitHub issue OR ADO Work Item. --> -> AB# +> Closed AB# -> GitHub Issue: # +> Closes GitHub Issue: # ------------------------------------------------------------------- ### Summary diff --git a/.gitignore b/.gitignore index 095449ce..0e9c43da 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ build/ # Virtual environments *venv*/ **/*venv*/ + +# main.py - no need to track this file +main.py \ No newline at end of file From 96d1637fa7c6c648ca5c07b80b50eb0f4ffce57c Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 3 Oct 2025 12:34:18 +0530 Subject: [PATCH 2/3] CHORE: Update PR Template to auto-close tasks --- .github/PULL_REQUEST_TEMPLATE.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD index 88601188..45205171 100644 --- a/.github/PULL_REQUEST_TEMPLATE.MD +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -7,10 +7,10 @@ Only one reference is required - either GitHub issue OR ADO Work Item. --> -> Closed AB# +> ADO Work Item: Closed AB# -> Closes GitHub Issue: # +> GitHub Issue: Closes # ------------------------------------------------------------------- ### Summary From 7001e7ea9c01264e51a28b91c027d958e364b1e6 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Thu, 9 Oct 2025 14:45:44 +0530 Subject: [PATCH 3/3] Changed ADO Fixes --- .github/PULL_REQUEST_TEMPLATE.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD index 45205171..1644deea 100644 --- a/.github/PULL_REQUEST_TEMPLATE.MD +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -7,7 +7,7 @@ Only one reference is required - either GitHub issue OR ADO Work Item. --> -> ADO Work Item: Closed AB# +> ADO Work Item: Fixed AB# > GitHub Issue: Closes # @@ -52,4 +52,4 @@ mssql-python maintainers: - Create an ADO Work Item following internal processes - Link the ADO Work Item in the "ADO Work Item" section above - Follow the PR title format and provide a meaningful summary ---> \ No newline at end of file +-->