Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.7 KB

CONTRIBUTING.MD

File metadata and controls

56 lines (32 loc) · 1.7 KB

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.

Don't know how to contribute or new to Open Source?

Take a look at :

  1. How to Contribute to Open Source
  2. 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 and feel free to ask everything you want.

Prerequisites

  • Code Editor
  • NodeJS LTS

VS Code Extensions

  1. 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.

Local Development