Welcome to the Pika Stats Bot contribution guide! We appreciate your interest in improving the bot. Please follow these guidelines to contribute effectively.
- Fork the repository.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/pika-stats-bot.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes to the code.
- Test your changes thoroughly to ensure they work as expected.
- Commit your changes:
git commit -am 'Add new feature'
- Push your changes to your fork:
git push origin feature/your-feature-name
- Create a new Pull Request (PR) against the
main
branch of the original repository.
- Follow PEP 8 guidelines for Python code.
- Use clear and descriptive variable names.
- Add comments to your code, especially for complex parts.
If you have a feature request related to showing Bedwars stats, please open an issue with a detailed description of the feature you would like to see.
If you encounter a bug related to showing Bedwars stats, please open an issue with a detailed description of the problem, including any error messages or logs.
If you have any questions or need assistance, you can reach out to us on Discord at Discord server or open an issue in the repository.
Thank you for contributing to Pika Stats Bot!