We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af4610 commit 953c5daCopy full SHA for 953c5da
.github/PULL_REQUEST_TEMPLATE.MD
@@ -7,10 +7,10 @@ Only one reference is required - either GitHub issue OR ADO Work Item.
7
-->
8
9
<!-- mssql-python maintainers: ADO Work Item -->
10
-> AB#<WORK_ITEM_ID>
+> Closed AB#<WORK_ITEM_ID>
11
12
<!-- External contributors: GitHub Issue -->
13
-> GitHub Issue: #<ISSUE_NUMBER>
+> Closes GitHub Issue: #<ISSUE_NUMBER>
14
15
-------------------------------------------------------------------
16
### Summary
.gitignore
@@ -60,3 +60,6 @@ build/
60
# Virtual environments
61
*venv*/
62
**/*venv*/
63
+
64
+# main.py - no need to track this file
65
+main.py
0 commit comments