Join our community and help make programming more natural and accessible for everyone!
Every contribution, big or small, makes a difference
Help improve Whisper by contributing code:
Make Whisper easier to learn:
Inspire others with your creativity:
Help us squash bugs:
Share your thoughts:
Help grow the community:
Create your own copy of the Whisper repository on GitHub.
https://github.com/ibrahim787898m/whisper-lang
Download your forked repository to your local machine.
git clone
https://github.com/YOUR-USERNAME/whisper-lang.git
cd
whisper-lang
⚠️ Replace YOUR-USERNAME with your GitHub username
Create a new branch for your feature or fix.
git checkout -b feature/your-feature-name
💡 Replace
your-feature-name
with a descriptive name like
add-loop-feature
or
fix-input-bug
Write your code, fix bugs, or improve documentation. Test your changes thoroughly.
Commit your changes with a clear and descriptive message.
git add .
git commit -m "Add: Brief description of your
changes"
Push your changes to GitHub and create a Pull Request.
git push origin feature/your-feature-name
💡 Use the same branch name from Step 3
Join us in making programming more natural and accessible!