Thank you for considering contributing to qwik-x This document will outline how to submit changes to this repository and which conventions to follow. If you are ever in doubt about anything we encourage you to reach out either by submitting an issue here or reaching out via Discord [username=harshmangalam
].
- You're familiar with GitHub Issues and Pull Requests
- You're familiar with Qwik and its meta framework Qwikcity
- You're familiar with Drizzle ORM
- You're familiar with Tailwind and Daisyui
- You're familiar with Typescript
- Before you start working on a change please make sure that there is an issue for what you will be working on. You can either find and existing issue or open a new issue if none exists.
- When you are ready to start working on a change you should first fork the qwik-x repo and branch out from the main branch.
- Make your changes
- Open a pull request towards the main branch in the qwik-x repo.