# Contributing Guide Every contribution is welcome to this open source project. However, before submitting your contribution, be sure to take a moment and read the following guidelines. - [Contributing Guide](#contributing-guide) - [Don't know how to contribute or new to Open Source?](#dont-know-how-to-contribute-or-new-to-open-source) - [Have a question?](#have-a-question) - [Prerequisites](#prerequisites) - [VS Code Extensions](#vs-code-extensions) - [commit-convention](#commit-convention) - [Pull Request Guidelines](#pull-request-guidelines) - [Steps to PR](#steps-to-pr) - [Local Development](#local-development) ## Don't know how to contribute or new to Open Source? Take a look at : 1. [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) 2. [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) ## Have a question? 1. Check our [Github Issues]() to see if someone has already answered your question. 2. Join our community on [Discord](https://discord.gg/6VN6zTPZAy) and feel free to ask everything you want. ### Prerequisites - Code Editor - NodeJS LTS #### VS Code Extensions 1. [UnoCSS](https://marketplace.visualstudio.com/items?itemName=antfu.unocss) ## commit-convention ## Pull Request Guidelines - The `main` branch is basically a snapshot of the latest stable version. All development must be done in dedicated branches. ### Steps to PR 1. Fork of this repository and clone your fork 2. Create a new branch out of the `main` branch. 3. Make and commit your changes following the [commit convention](CONTRIBUTING.MD#commit-convention). ## Local Development