Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.06 KB

File metadata and controls

74 lines (50 loc) · 2.06 KB

🤝 Contributing to Panda Bot

Thank you for considering contributing to Panda Bot!
We welcome all kinds of contributions, whether it's fixing bugs, adding new features, improving documentation, or helping with community support.

📋 Contribution Guidelines

1. Fork & Clone

  • Fork the repository to your GitHub account.
  • Clone your fork locally:
    git clone https://github.com/your-username/panda-bot.git
    cd panda-bot

2. Create a Branch

  • Work on a new branch for your changes:

    git checkout -b feature/your-feature-name

3. Make Your Changes

  • Follow the existing code style and conventions.
  • Keep commits clear and descriptive.
  • Test your changes before submitting.

4. Commit & Push

  • Commit your work with a meaningful message:
    git commit -m "Add leveling rewards system"
  • Push your branch to your fork:
    git push origin feature/your-feature-name

5. Open a Pull Request

  • Open a Pull Request (PR) to the original repository against the main branch.
  • Clearly describe your changes and why they are valuable.
  • Link any related issues if applicable.

📖 Code of Conduct

By contributing, you agree to uphold our [Looks like the result wasn't safe to show. Let's switch things up and try something else!]. We expect respectful communication and collaboration.

💡 Suggestions & Ideas

Not a coder or not feeling like it? You can still help by:

  • Reporting bugs
  • Suggesting new features
  • Improving documentation
  • Helping other users in the community

🐼 Recognition

All contributors will be recognized in the project and may receive special roles in the community Discord server.

📜 License

By contributing to this project, you agree that:

  • Your contributions will be licensed under the DevHub Source-Available License (DSAL)
  • DevHub may use, modify, and distribute your contributions as part of Panda Bot
  • You do not gain any ownership, commercial, or hosting rights to Panda Bot by contributing

Thank you for taking time to contribute to Panda Bot ✨