Community & Support
BunkerM is open source and community driven. Whether you have a question, found a bug, or want to share what you have built - there are several ways to get involved and get help.
GitHub Discussions - Q&A and Ideas
The best place to ask questions, share your setup, and discuss features is GitHub Discussions. Before opening a discussion, search to see if your question has already been answered.
- Ask how-to questions about setup, configuration, and integrations
- Share projects or deployments you have built with BunkerM
- Propose new features and improvements
- Get help from the community and the BunkerM team
GitHub Issues - Bug Reports
Found a bug or unexpected behavior? Open an issue on GitHub. Include:
- BunkerM version (or Docker image tag)
- Steps to reproduce the problem
- What you expected vs. what actually happened
- Relevant logs from
docker logs bunkerm
GitHub Releases - Changelog
Stay up to date with new features, bug fixes, and breaking changes. Each release includes a full changelog.
View ReleasesEmail Support
For private inquiries, enterprise discussions, or anything not suitable for a public GitHub thread, reach the BunkerM team directly by email.
support@bunkerai.devContributing
BunkerM is MIT licensed and welcomes contributions. If you would like to contribute code, documentation, or bug fixes:
- Fork the repository on GitHub.
- Create a branch for your change.
- Make your changes and add tests where appropriate.
- Open a pull request with a clear description of what you changed and why.
Check the repository's contributing guide and existing issues labeled good first issue if you are looking for a starting point.
View the Repository