Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1.46 KB

Contributing to Pika Stats Bot

Welcome to the Pika Stats Bot contribution guide! We appreciate your interest in improving the bot. Please follow these guidelines to contribute effectively.

How to Contribute

  1. Fork the repository.
  2. Clone the forked repository to your local machine: git clone https://github.com/your-username/pika-stats-bot.git
  3. Create a new branch for your changes: git checkout -b feature/your-feature-name
  4. Make your changes to the code.
  5. Test your changes thoroughly to ensure they work as expected.
  6. Commit your changes: git commit -am 'Add new feature'
  7. Push your changes to your fork: git push origin feature/your-feature-name
  8. Create a new Pull Request (PR) against the main branch of the original repository.

Code Style

  • Follow PEP 8 guidelines for Python code.
  • Use clear and descriptive variable names.
  • Add comments to your code, especially for complex parts.

Feature Requests

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.

Bug Reports

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.

Contact

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!