Thank you for considering contributing to Minglr! We welcome your contributions to help make Minglr better and more feature-rich. Before you get started, please take a moment to review the following guidelines to ensure a smooth and productive contribution process.
If you encounter a bug or issue with Minglr, please help us by reporting it on our GitHub Issues page. When reporting a bug, please include as much detail as possible, including steps to reproduce the issue, expected behavior, and any relevant screenshots or error messages.
We welcome suggestions for enhancements or new features. You can submit your ideas on our GitHub Issues page. Before submitting, please check if a similar suggestion already exists, and if so, you can add your input to the existing thread.
If you want to work on a specific issue, please check the list of open issues on our GitHub Issues page. If you find an issue you'd like to tackle, please comment on it to let others know you're working on it. If you have any questions about an issue, feel free to ask for clarification.
We encourage contributors to submit pull requests (PRs) to address bugs, implement new features, or improve existing ones. To submit a PR, follow these steps:
- Fork the Minglr repository to your GitHub account.
- Create a new branch for your changes from the
main
branch. - Make your changes and ensure that your code adheres to our coding style.
- Test your changes thoroughly to ensure they work as expected.
- Commit your changes with clear and descriptive commit messages.
- Push your changes to your forked repository.
- Create a pull request from your branch to the
main
branch of the Minglr repository.
Please be patient after submitting a PR, as our team will review it. We may provide feedback or request further changes before merging.