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
The Qwik Team and Community appreciate all PRs. Thank you for your effort! Not all PRs can be merged, but those that meet the following criteria will be prioritized:
3
+
4
+
a) Core fixes, and
5
+
6
+
b) Framework functionality achievable only by the core.
7
+
8
+
If this PR can be done as a 3rd-Party Community Add-On, we encourage that for quicker adoption.
9
+
10
+
If you believe your functionality is valuable to the entire Qwik Community, discuss it in the Qwik Discord channels for potential inclusion in the core.
11
+
12
+
First of all, make sure your PR title is descriptive and matches our commit title guidelines.
13
+
14
+
Also make sure your PR follows all the guidelines in the [CONTRIBUTING.md](./CONTRIBUTING.md) document.
15
+
16
+
-->
17
+
18
+
# What is it?
19
+
20
+
<!-- pick one and remove the others -->
21
+
22
+
- Feature / enhancement
23
+
- Bug
24
+
- Docs / tests / types / typos
25
+
- Infra
26
+
27
+
# Description
28
+
29
+
<!--
30
+
* Include a summary of the motivation and context for this PR
31
+
* Is it related to any opened issues? (please add them here)
32
+
-->
33
+
34
+
# Checklist
35
+
36
+
<!--
37
+
* delete the items that are not relevant, so it's easy to tell if the PR is ready to be merged
38
+
* add items that are relevant and need to be done before merging
39
+
-->
40
+
41
+
-[ ] My code follows the [developer guidelines of this project](https://github.com/QwikDev/devtools/blob/main/CONTRIBUTING.md)
42
+
-[ ] I performed a self-review of my own code
43
+
-[ ] I added a changeset with `pnpm change`
44
+
-[ ] I added new tests to cover the fix / functionality
0 commit comments