We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d1af0 commit bceecb2Copy full SHA for bceecb2
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,21 @@
1
+## Summary
2
+Explain what this PR changes and why.
3
+
4
+## Type of change
5
+- [ ] Bug fix
6
+- [ ] New feature
7
+- [ ] Docs update
8
+- [ ] Refactor
9
+- [ ] Other (describe):
10
11
+## Checklist
12
+- [ ] I ran tests locally and they pass
13
+- [ ] I updated docs/README as needed
14
+- [ ] I linked related issues (e.g., fixes #123)
15
+- [ ] I followed the coding style & conventions
16
17
+## Screenshots / Demos
18
+If applicable.
19
20
+## Breaking changes
21
+Describe any breaking changes and migration steps.
0 commit comments