Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.66 KB

File metadata and controls

63 lines (42 loc) · 1.66 KB

Contributing to Invoxify

Thank you for your interest in contributing to Invoxify! 🚀
We welcome all contributions that help improve the project, whether it's fixing bugs, adding features, or improving documentation.

How to Contribute

  1. Fork the Repository
    Click the "Fork" button on the Invoxify repository to create your own copy.

  2. Clone Your Fork
    Open your terminal and run:

    git clone https://github.com/basitaminbhatti/invoxify.git
    cd invoxify
  3. Set Up the Project
    Install dependencies:

    pnpm install

    Set up environment variables by creating a .env file and filling it with the required values (see README.md for details).

  4. Make Your Changes
    Implement your changes, test them, and ensure everything works smoothly.

  5. Commit Your Changes
    Write clear commit messages:

    git add .
    git commit -m "Added feature XYZ"
  6. Commit Your Changes

    git push origin feature-branch-name
  7. Submit a Pull Request Go to the original repository on GitHub and create a Pull Request (PR). Describe your changes and why they should be merged.


Reporting Issues & Feature Requests

  • Bugs: If you find a bug, open an issue with details and steps to reproduce.
  • Feature Requests: Have an idea to improve Invoxify? Open a feature request and describe your suggestion

Code of Conduct

Please be respectful and professional when contributing. We aim to foster a positive and inclusive open-source community.


Thank You! 🎉

Your contributions help make Invoxify better for everyone. Happy coding! 🚀