We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b88dc commit d4c66e3Copy full SHA for d4c66e3
.github/pull_request_template.md
@@ -0,0 +1,34 @@
1
+## Summary
2
+
3
+<!-- Brief description of what this PR does. 1-3 bullet points. -->
4
5
+-
6
7
+## Changes
8
9
+<!-- What was changed and how. List specific modifications. -->
10
11
12
13
+## Screenshots
14
15
+<!-- If applicable, add screenshots or GIFs showing before/after. Delete this section if not needed. -->
16
17
+| Before | After |
18
+|:---:|:---:|
19
+| | |
20
21
+## Testing
22
23
+<!-- How to verify this PR works correctly. Delete if not applicable. -->
24
25
+```bash
26
+bun run typecheck
27
+bun test
28
+```
29
30
+## Related Issues
31
32
+<!-- Link related issues. Use "Closes #123" to auto-close on merge. -->
33
34
+<!-- Closes # -->
0 commit comments