File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # Pull Request – OffsetInspect
2+
3+ ## Description
4+
5+ Describe what this PR changes and why. Link related issues if applicable.
6+
7+ - Related issue(s): #ISSUE_NUMBER (if any)
8+
9+ ---
10+
11+ ## Type of Change
12+
13+ Select all that apply:
14+
15+ - [ ] Bug fix
16+ - [ ] New feature
17+ - [ ] Documentation update
18+ - [ ] Refactor / cleanup
19+ - [ ] Tests / CI
20+
21+ ---
22+
23+ ## Checklist
24+
25+ - [ ] I have read and followed the CONTRIBUTING guidelines.
26+ - [ ] Code follows the project’s style and naming conventions.
27+ - [ ] I’ve tested my changes with:
28+ - [ ] Windows PowerShell 5.1
29+ - [ ] PowerShell 7.x
30+ - [ ] New or changed functionality is covered by tests where reasonable.
31+ - [ ] Documentation / README / examples have been updated (if needed).
32+ - [ ] No sensitive data or internal information is included in this PR.
33+
34+ ---
35+
36+ ## Testing
37+
38+ Describe how you tested your changes. Include commands and results where useful.
39+
40+ ``` powershell
41+ # Example:
42+ # Invoke-Pester -Path .\tests
You can’t perform that action at this time.
0 commit comments