SqlClient/.github/pull_request_template.md at main · dotnet/SqlClient · GitHub
Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.03 KB

File metadata and controls

34 lines (24 loc) · 1.03 KB

Description

Provide a summary of the changes being introduced. Important topics to cover include:

  • Description of the functionality.
  • API changes, backwards compatibility, deprecations, etc.
  • Documentation, localization.
  • Bug fixes.
  • Code hygiene, refactoring, improvements.
  • Engineering processes (CI, pipelines, test coverage)

High quality descriptions will lead to a smoother review experience.

Issues

Link to any relevant issues, bugs, or discussions (e.g., Closes #123, Fixes issue #456).

Testing

Describe the automated tests (unit, integration) you created or modified. Provide justification for any gap in automated testing. List any manual testing steps that were performed to ensure the changes work. 

Guidelines

Please review the contribution guidelines before submitting a pull request: