botbook/src/13-community
2025-12-06 11:09:12 -03:00
..
code-of-conduct-pt-br.md Update: General project updates 2025-12-06 11:09:12 -03:00
code-of-conduct.md Update: General project updates 2025-12-06 11:09:12 -03:00
community.md Update: General project updates 2025-12-06 11:09:12 -03:00
contributing-guidelines.md Update: General project updates 2025-12-06 11:09:12 -03:00
documentation.md Update: General project updates 2025-12-06 11:09:12 -03:00
ide-extensions.md Update: General project updates 2025-12-06 11:09:12 -03:00
pull-requests.md Update: General project updates 2025-12-06 11:09:12 -03:00
README.md Update: General project updates 2025-12-06 11:09:12 -03:00
setup.md Update: General project updates 2025-12-06 11:09:12 -03:00
standards.md Update: General project updates 2025-12-06 11:09:12 -03:00
testing.md Update: General project updates 2025-12-06 11:09:12 -03:00

Chapter 13: Contributing

Join the General Bots community and help improve the platform.

Resource Purpose
GitHub Source code, issues
Discussions Q&A, ideas
Blog Updates, tutorials

How to Contribute

Code Contributions

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Write tests
  5. Submit a pull request

Documentation

  • Fix typos and errors
  • Add examples
  • Improve clarity
  • Translate content

Community Support

  • Answer questions in discussions
  • Share your bots and templates
  • Report bugs with reproduction steps
  • Suggest features

Development Setup

git clone https://github.com/GeneralBots/botserver
cd botserver
cargo build
./target/debug/botserver

What We Accept

Bug fixes with tests
Performance improvements
New BASIC keywords (if broadly useful)
Documentation improvements
Security enhancements

What We Don't Accept

Vendor-specific integrations
Undocumented code
Code without tests
Features achievable with existing BASIC + LLM

Chapter Contents

See Also