Join us in building the future of AI-powered terminal shells. Your contributions help make VritraAI better for everyone.
We welcome contributions from the community! Here's how you can help improve VritraAI.
Start by forking the VritraAI repository on GitHub to your own account.
git clone https://github.com/YOUR_USERNAME/VritraAI.git
Create a new branch for your feature or bug fix. Use descriptive names like feature/add-new-command or fix/theme-issue.
git checkout -b feature/your-feature-name
Write clean, well-documented code following Python best practices. Test your changes thoroughly before submitting.
Push your changes to your fork and create a pull request. Provide a clear description of what you've changed and why.
git push origin feature/your-feature-name
There are many ways you can contribute to VritraAI
Add new features, fix bugs, improve performance, or enhance existing functionality.
Improve documentation, write tutorials, fix typos, or add code examples.
Found a bug? Report it on GitHub with detailed information to help us fix it.
Help other users, answer questions, and share your knowledge with the community.