Skip to content

Commit 3d99ce0

Browse files
committed
updated PR template
1 parent 0055a88 commit 3d99ce0

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,16 @@
33
- [ ] Feature / enhancement
44
- [ ] Bug
55
- [ ] Docs / tests
6+
- [ ] Other
67

7-
# Description
8+
# Why is it needed?
89

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 -->
2111

2212
# Checklist:
2313

2414
- [ ] My code follows the [developer guidelines of this project](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md)
2515
- [ ] 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)
2718
- [ ] Added new tests to cover the fix / functionality

0 commit comments

Comments
 (0)