Thank you for considering contributing to Twitch-Stats! This document outlines the guidelines and instructions for contributing to this project.
If you encounter any bugs or issues while using Twitch-Stats, please submit a detailed bug report by following these steps:
- Check the existing GitHub Issues to ensure the issue hasn't been reported before.
- If the issue doesn't exist, open a new issue.
- Provide a descriptive title and include steps to reproduce the issue.
- Include any relevant error messages or screenshots that can help with troubleshooting.
- Add appropriate labels to the issue (e.g., bug, enhancement) and assign it to the relevant project milestone if applicable.
Contributions in the form of pull requests are welcome. To submit a pull request:
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure that the code passes any existing tests.
- Provide clear and descriptive commit messages.
- Push your branch to your forked repository.
- Submit a pull request to the
main
branch of the original repository. - Ensure that the pull request description explains the changes made and provides any necessary context.
- Follow the existing code style and conventions used in the project.
- Write clear and concise code with appropriate comments where necessary.
- Make sure your code is properly formatted.
- Write meaningful and descriptive variable and function names.
We appreciate your contribution to improving Twitch-Stats! Thank you for your support!