Welcome to the contributing guide for our community! If you're looking to contribute to our project, this guide will help you get started.

Getting Started

  1. Familiarize with the Codebase

    • Before diving in, it's essential to understand the existing codebase.
    • Check out the README for an overview.
  2. Fork the Repository

    • Go to our GitHub repository.
    • Click on the "Fork" button to create a copy of the repository in your GitHub account.
  3. Set Up Your Development Environment

Contributing Process

  1. Create a Pull Request

    • After making your changes, push them to your fork.
    • Create a pull request from your fork to the main repository.
  2. Follow Coding Standards

  3. Submit Your Changes

    • Once your pull request is reviewed and approved, your changes will be merged into the main repository.

Additional Resources

Happy Developer