Welcome to MUI Theme Generator! I appreciate your interest in contributing. Whether you're reporting bugs, suggesting enhancements, or adding new features, your contributions are valued.
Please take a moment to review this document to make the contribution process smooth and effective for everyone.
- Code of Conduct
- How Can I Contribute?
- Reporting Bugs
- Requesting Features
- Submitting Pull Requests
- Coding Guidelines
- License
By participating, you are expected to uphold this code. Please discuss any unacceptable behavior, you can mail ([email protected]) me.
- Check out the issues to see if there's something you can help with.
- Join the discussions on issues and pull requests.
- Fork the repository and make your changes.
Found a bug? Please open an issue and provide detailed information about the problem.
Have an idea for a new feature? Open an issue and describe the enhancement you'd like to see.
- Fork the repository.
- Create a new branch for your feature/fix:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Added some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request and provide a clear description of your changes.
- Follow the existing coding style.
- Write clear commit messages.
- Keep code modular and easy to understand.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thanks for contributing!