You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,16 @@
3
3
-[ ] Feature / enhancement
4
4
-[ ] Bug
5
5
-[ ] Docs / tests
6
+
-[ ] Other
6
7
7
-
# Description
8
+
# Why is it needed?
8
9
9
-
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
10
-
11
-
# Use cases and why
12
-
13
-
<!-- Actual / expected behavior if it's a bug -->
14
-
15
-
-1. One use case
16
-
-2. Another use case
17
-
18
-
# Screenshots/Demo
19
-
20
-
<!-- Add your screenshots here -->
10
+
<!-- Please link to an issue or describe why did you create this PR -->
21
11
22
12
# Checklist:
23
13
24
14
-[ ] My code follows the [developer guidelines of this project](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md)
25
15
-[ ] I have performed a self-review of my own code
26
-
-[ ] I have made corresponding changes to the documentation
16
+
-[ ] I have ran `pnpm changeset` and documented my changes
17
+
-[ ] I have add necessary docs (if needed)
27
18
-[ ] Added new tests to cover the fix / functionality
0 commit comments