Skip to content

Commit cfa1daf

Browse files
authored
Create pull request template for contributions
Add a pull request template for contributors to fill out.
1 parent f7a3968 commit cfa1daf

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## Summary
2+
3+
<!-- Briefly describe what this PR does and why. -->
4+
5+
Closes #
6+
7+
---
8+
9+
## Type of Change
10+
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Refactor (no behaviour change)
14+
- [ ] Documentation
15+
- [ ] Chore (dependency update, config, CI, etc.)
16+
17+
---
18+
19+
## What Changed
20+
21+
<!-- Describe the key changes. Be specific enough that a reviewer understands the approach without reading every line. -->
22+
23+
---
24+
25+
## How to Test
26+
27+
<!-- List the steps a reviewer should follow to verify this works correctly. -->
28+
29+
1.
30+
2.
31+
3.
32+
33+
---
34+
35+
## Screenshots
36+
37+
<!-- If this affects UI or visual output, add before/after screenshots. Delete this section if not applicable. -->
38+
39+
---
40+
41+
## Checklist
42+
43+
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md)
44+
- [ ] My changes follow the project's code style and conventions
45+
- [ ] I have tested my changes manually (list browsers / environments above if relevant)
46+
- [ ] I have updated documentation where needed
47+
- [ ] I have not introduced new external runtime dependencies without prior discussion
48+
- [ ] This PR is focused on a single concern — unrelated changes are in a separate PR

0 commit comments

Comments
 (0)