Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 971 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 971 Bytes

Contributing

Thank you for considering contributing to qwik-meet 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].

Prerequisites

  • You're familiar with GitHub Issues and Pull Requests
  • You're familiar with Qwik and its meta framework Qwikcity
  • You're familiar with Tailwind and Daisyui
  • You're familiar with Typescript

Issues before PRs

  1. 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.
  2. When you are ready to start working on a change you should first fork the qwik-meet repo and branch out from the main branch.
  3. Make your changes
  4. Open a pull request towards the main branch in the qwik-meet repo.