Skip to content

Commit 953c5da

Browse files
committed
CHORE: Update PR Template to auto-close tasks
1 parent 6af4610 commit 953c5da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Only one reference is required - either GitHub issue OR ADO Work Item.
77
-->
88

99
<!-- mssql-python maintainers: ADO Work Item -->
10-
> AB#<WORK_ITEM_ID>
10+
> Closed AB#<WORK_ITEM_ID>
1111
1212
<!-- External contributors: GitHub Issue -->
13-
> GitHub Issue: #<ISSUE_NUMBER>
13+
> Closes GitHub Issue: #<ISSUE_NUMBER>
1414
1515
-------------------------------------------------------------------
1616
### Summary

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ build/
6060
# Virtual environments
6161
*venv*/
6262
**/*venv*/
63+
64+
# main.py - no need to track this file
65+
main.py

0 commit comments

Comments
 (0)