File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments