Ways to contribute
You can help improve the project in several ways:Adding new features
Have a new idea? Feel free to discuss and implement it! We’re open to new features that enhance the music listening experience in VS Code.Fixing bugs
Found a bug? Report it and fix it! Bug fixes are always appreciated and help make MUDE more stable for everyone.Improving the code
This started as a personal project, so there are many areas where the code can be improved. Feel free to:- Refactor existing code for better readability
- Improve error handling
- Add type safety improvements
- Optimize performance
- Enhance documentation
Getting started
Before you start contributing, make sure to:Fork the repository
Fork the MUDE repository to your GitHub account.
Code guidelines
- Write clear, readable code
- Follow the existing code style
- Add comments for complex logic
- Test your changes thoroughly
- Make sure the extension builds without errors
Submitting changes
Code of conduct
At the end of the day, we are all just 1’s and 0’s - just make sure you don’t break the code! 😊Questions?
If you have questions about contributing, feel free to:- Open an issue on GitHub
- Check the architecture documentation to understand the codebase
- Review the building guide for development setup