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.
-
Fork the Repository
Click the "Fork" button on the Invoxify repository to create your own copy. -
Clone Your Fork
Open your terminal and run:git clone https://github.com/basitaminbhatti/invoxify.git cd invoxify -
Set Up the Project
Install dependencies:pnpm install
Set up environment variables by creating a
.envfile and filling it with the required values (seeREADME.mdfor details). -
Make Your Changes
Implement your changes, test them, and ensure everything works smoothly. -
Commit Your Changes
Write clear commit messages:git add . git commit -m "Added feature XYZ"
-
Commit Your Changes
git push origin feature-branch-name
-
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.
- 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
Please be respectful and professional when contributing. We aim to foster a positive and inclusive open-source community.
Your contributions help make Invoxify better for everyone. Happy coding! 🚀