Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 963 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 963 Bytes

How to Contribute

Thank you for your interest in contributing to ZippyX.

  • To ensure a smooth and collaborative environment, please follow these guidelines.

  • Before contributing, set up the project locally using the steps outlined in README.md.

Pull Requests

ZippyX use the GitHub flow as main versioning workflow

  1. Fork the repository

  2. Create a new branch for each feature, fix or improvement

  3. Send a pull request from each feature branch to the main branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.

This allow to review and pull in new features or improvements individually.

Style Guide

All pull requests SHOULD adhere to the Conventional Commits specification

Happy Contributing..!!