Skip to content

Commit 12862df

Browse files
authored
Create Pull Request Template.md
1 parent 2374410 commit 12862df

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Pull Request Template.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)