Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@ Only one reference is required - either GitHub issue OR ADO Work Item.
### Summary
<!-- Insert your summary of changes below. Minimum 10 characters required. -->

<!--
=============================================================================
MSSQL-PY-CORE VERSION BUMP ONLY
If this PR updates eng/versions/mssql-py-core.version, remove only the
<!-- and --> comment markers around this block (and optionally these
instruction/separator lines), then fill in the `## Rust Changes ...` section
below. It is used to auto-generate Python release notes — every
customer-facing change from the Rust side must be listed here so it is not
lost at release time.
=============================================================================

## Rust Changes (mssql-py-core X.X.X → X.X.X)

### Features
- **Feature name** — One sentence: what was added and why it matters to Python users.

### Bug Fixes
- **Fix name** — One sentence: what was broken and what is now correct.

### Performance
- **Improvement name** — One sentence: what got faster/lighter and in which scenario.

> Tip: omit internal Rust refactors, CI-only changes, and test-only changes.
> Link Rust PRs using full URL: https://github.com/microsoft/mssql-rs/pull/N
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have not been sending Rust PRs in OSS. This is not applicable right now.

=============================================================================
-->


<!--
### PR Title Guide
Expand Down
Loading