# Support
This document provides information about getting support for `bare-script`.
## Getting Help
### GitHub Issues
For bug reports and feature requests, please open an issue on GitHub:
- **Bugs**: https://github.com/bare-rs/bare-script/issues
- **Features**: https://github.com/bare-rs/bare-script/issues
- **Discussions**: https://github.com/bare-rs/bare-script/discussions
### Documentation
- **API Docs**: https://docs.rs/bare-script
- **README**: See [README.md](README.md)
- **Architecture**: See [ARCHITECTURE.md](ARCHITECTURE.md)
## Common Issues
### Compilation Errors
If you encounter compilation errors, make sure you have Rust 1.85.0 or later:
```bash
rustup update
cargo update
```
### Feature Flags
- `tokio-rt`: Enable async API (enabled by default)
- `logging`: Enable logging support
### Platform-Specific Issues
- **Windows**: Requires cmd.exe for command execution
- **Unix**: Requires sh for command execution
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to contribute to the project.
## Security Issues
For security issues, please follow the process outlined in [SECURITY.md](SECURITY.md).
## License
This project is licensed under MIT OR Apache-2.0. See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE).