Skip to content
  • Sponsor deadlydog/PowerShell.ScriptModuleRepositoryTemplate

  • Notifications You must be signed in to change notification settings
  • Fork 4

Files

Latest commit

52d15ac · Feb 6, 2024

History

History
26 lines (16 loc) · 834 Bytes
·

pull_request_template.md

File metadata and controls

26 lines (16 loc) · 834 Bytes
·

Summary

A brief summary of the change this PR brings.

Checklist

Addresses issue #ISSUE_NUMBER (if applicable)

  • Tests have been added for this code change (if applicable)
  • Docs have been added or updated (if applicable)
  • Code format follows the project style
  • All new and existing tests passed

What type of changes does this PR include

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Describe the change in more detail

What is the motivation for this change? What does it do? What problem does it solve?

Additional information

Any other information about the change, such as screenshots, example flows, etc.